-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (34 loc) · 979 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (34 loc) · 979 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
31
32
33
34
35
36
37
38
39
40
name: any_refreshable_widget
description: A powerful Flutter package providing pull-to-refresh functionality for any widget, with support for single/multiple futures, custom indicators, and comprehensive error handling.
version: 0.2.0
homepage: https://github.com/Yama-Roni/any_refreshable_widget
repository: https://github.com/Yama-Roni/any_refreshable_widget
issue_tracker: https://github.com/Yama-Roni/any_refreshable_widget/issues
documentation: https://github.com/Yama-Roni/any_refreshable_widget#readme
topics:
- flutter
- widget
- refresh
- pull-to-refresh
- ui
platforms:
android:
ios:
macos:
linux:
windows:
web:
environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
# Screenshots for pub.dev
screenshots:
- description: 'AnyRefreshableWidget demo showing pull-to-refresh functionality'
path: snapshot/example.gif