forked from tomasweigenast/paged-datatable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
40 lines (35 loc) · 1.31 KB
/
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
name: paged_datatable
description: A customizable DataTable with horizontal scrolling, cursor and offset pagination, sorting, filtering, editable columns, and expandable rows, perfect for creating rich and dynamic UIs.
version: 2.2.1
homepage: https://github.com/tomasweigenast/paged-datatable
screenshots:
- description: "This screenshot shows the PagedDataTable with a list of rows."
path: resources/screenshot1.png
- description: "This screenshot shows the Filter by popup."
path: resources/screenshot2.png
- description: "This screenshot shows a bunch of filters that are applied to the datatable."
path: resources/screenshot3.png
- description: "This screenshot shows the PagedDataTable with per-row colors and the Sort by icon."
path: resources/screenshot4.png
- description: "This screenshot shows a LargeTextField column, which displays a popup to edit the cell's content."
path: resources/screenshot5.png
environment:
sdk: "^3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.19.0
dev_dependencies:
build_runner: ^2.4.14
flutter_lints: ^5.0.0
flutter:
generate: true
flutter_intl:
enabled: true
class_name: PagedDataTableLocalization
main_locale: en
arb_dir: lib/l10n
output_dir: lib/l10n/generated
use_deferred_loading: false