-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpubspec.yaml
41 lines (34 loc) · 953 Bytes
/
pubspec.yaml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: davi
description: A full customized dataview that builds the cells on demand. Focused on Web/Desktop Applications. Bidirectional scroll bars. (DataTable, Data Table, Data View)
version: 4.0.1
repository: https://github.com/caduandrade/davi_flutter
screenshots:
- description: Example of Davi's implementation
path: screenshots/screenshot1.png
- description: Cell bar layout design
path: screenshots/screenshot2.png
- description: Custom cell configuration example
path: screenshots/screenshot3.png
- description: Cell merging feature demonstration
path: screenshots/screenshot4.png
topics:
- data
- dataview
- view
- datatable
- table
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
axis_layout: ^1.0.1
collection: ^1.16.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true