-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
36 lines (31 loc) · 808 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
name: super_paging
homepage: https://github.com/xsahil03x/super_paging
description: Add pagination or load more or infinite scrolling functionality to your flutter list view with ease.
version: 0.2.0
repository: https://github.com/xsahil03x/super_paging
issue_tracker: https://github.com/xsahil03x/super_paging/issues
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: ">=3.13.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.17.2
freezed_annotation: ^2.4.1
cancellation_token: ^2.0.1
logging: ^1.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
build_runner: ^2.4.8
freezed: ^2.4.7
topics:
- pagination
- infinite-scroll
- load-more
- paging3
- endless-scroll
screenshots:
- description: 'Super Paging Demo'
path: asset/package_demo.gif