-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpubspec.yaml
37 lines (30 loc) · 856 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
name: animated_toggle_switch
description: Fully customizable, draggable and animated switch with multiple choices and smooth loading animation. It has prebuilt constructors for rolling and size animations.
version: 0.8.4
repository: https://github.com/splashbyte/animated_toggle_switch
issue_tracker: https://github.com/splashbyte/animated_toggle_switch/issues
environment:
sdk: '>=2.17.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^2.0.2
flutter_test:
sdk: flutter
mocktail: ^1.0.0
dartdoc: any
flutter:
funding:
- https://buymeacoffee.com/splashbyte
- https://ko-fi.com/splashbyte
screenshots:
- description: 'This image shows three examples of AnimatedToggleSwitch.'
path: screenshots/preview.webp
topics:
- ui
- switch
- toggle
- widget
- animation