-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
56 lines (50 loc) · 1.68 KB
/
Copy pathpubspec.yaml
File metadata and controls
56 lines (50 loc) · 1.68 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: loading_icon_button
description: >-
Flutter loading buttons with built-in idle, loading, success and error
states, plus animated thinking-orb indicators for AI and agent interfaces.
version: 1.1.0
homepage: https://itsarvind.dev/
issue_tracker: https://github.com/itsarvinddev/loading_icon_button/issues
repository: https://github.com/itsarvinddev/loading_icon_button.git
documentation: https://github.com/itsarvinddev/loading_icon_button/blob/master/README.md
screenshots:
- description: >-
Three loading buttons running: a spinner, a thinking orb and a
determinate upload, with the nine orb states animating below
path: doc/hero.webp
- description: "Every button type in its idle, loading, success and error state"
path: doc/button-states-light.png
- description: "The nine thinking-orb indicator states, at both tuned sizes"
path: doc/thinking-orbs.png
topics:
- button
- loading
- animation
- ui
- material-design
# Pure Dart and Flutter: no dart:io, no native code, no plugins. The only
# platform channel used is HapticFeedback, which needs no plugin registration
# and no-ops where the platform does not provide it — so every Flutter target
# is genuinely supported.
platforms:
android:
ios:
linux:
macos:
web:
windows:
environment:
# WidgetStatesController / WidgetStatePropertyAll, used by the *LoadingButton
# widgets, landed in Flutter 3.22 (Dart 3.4). The package never built below
# that, despite what earlier releases declared.
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true