-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
30 lines (25 loc) · 907 Bytes
/
pubspec.yaml
File metadata and controls
30 lines (25 loc) · 907 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
28
29
30
name: paginated_items_builder
description: Easier to display items in a list/grid view from your controllers directly or handling state internally with support for pagination.
version: 1.2.4
homepage: https://github.com/rithik-dev/paginated_items_builder
repository: https://github.com/rithik-dev/paginated_items_builder
issue_tracker: https://github.com/rithik-dev/paginated_items_builder/issues
# documentation: https://github.com/rithik-dev/paginated_items_builder/blob/master/README.md
topics:
- flutter
- widget
- pagination
environment:
# constraints from shimmer dependency
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.9.1"
scripts:
pre_publish: dart format .; flutter pub publish --dry-run
publish_skip_validation: flutter pub publish --skip-validation
publish: flutter pub publish
dependencies:
flutter:
sdk: flutter
shimmer: ^3.0.0
dev_dependencies:
flutter_lints: ^5.0.0