-
Notifications
You must be signed in to change notification settings - Fork 64
/
pubspec.yaml
35 lines (28 loc) · 917 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
name: toggle_switch
description: Toggle Switch - A simple toggle switch widget. It can be fully customized with desired icons, width, colors, text, corner radius etc. It also maintains selection state.
version: 2.3.0
homepage: https://github.com/PramodJoshi/toggle_switch
environment:
sdk: '>=2.12.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
funding:
- https://buymeacoffee.com/pramodjoshi
screenshots:
- description: 'This screenshot shows different examples of Toggle Switch widget.'
path: screenshots/screenshot1.png
- description: 'This screenshot shows different examples of Toggle Switch widget.'
path: screenshots/screenshot2.png
- description: 'This screenshot shows different examples of Toggle Switch widget.'
path: screenshots/screenshot3.png
topics:
- ui
- toggle
- switch
- toggle-switch
- widget
flutter: