triple_switch 1.1.4
triple_switch: ^1.1.4 copied to clipboard
Triple switch has three states ON - WAIT - OFF. ON / OFF is a regular state of switch, WAIT is a state awaiting finish heavy operation
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add triple_switch
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
triple_switch: ^1.1.4
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:triple_switch/triple_switch.dart';