-
Notifications
You must be signed in to change notification settings - Fork 63
/
pubspec.yaml
41 lines (33 loc) · 935 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: custom_refresh_indicator
description: Widget that makes it easy to implement a custom pull to refresh gesture.
version: 4.0.1
repository: https://github.com/gonuit/flutter-custom-refresh-indicator
issue_tracker: https://github.com/gonuit/flutter-custom-refresh-indicator/issues
homepage: https://github.com/gonuit/flutter-custom-refresh-indicator
scripts:
format: dart format . --line-length=120
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.16.0"
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
dev_dependencies:
flutter_lints: ^3.0.1
flutter_test:
sdk: flutter
rps: ^0.7.0
flutter:
funding:
- https://www.paypal.com/donate/?hosted_button_id=Z82R98MAR4URE
- https://www.buymeacoffee.com/kamilklyta
topics:
- widgets
- animation
- pull-to-refresh
- refresh-indicator
- p2r
screenshots:
- description: The custom refresh indicator package thumbnail.
path: screenshots/thumbnail.png