forked from rickypid/flutter_expandable_table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
27 lines (23 loc) · 681 Bytes
/
pubspec.yaml
File metadata and controls
27 lines (23 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: flutter_expandable_table
description: A Flutter widget for create an expandable table with header and first column fixed.
version: 2.1.0
repository: https://github.com/rickypid/flutter_expandable_table
issue_tracker: https://github.com/rickypid/flutter_expandable_table/issues
environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_scroll_shadow: ^1.2.4
linked_scroll_controller: ^0.2.0
provider: ^6.1.2
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
import_sorter: ^4.6.0
flutter:
screenshots:
- description: 'Expandable Table - screenshot 1'
path: doc/media/screenshot.png