lite_switch 1.0.6 copy "lite_switch: ^1.0.6" to clipboard
lite_switch: ^1.0.6 copied to clipboard

Lite Switch is a customized switch which you can add text and icon for "On" and "Off". You can also set the width and height for the switch in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lite_switch

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  lite_switch: ^1.0.6

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:lite_switch/lite_switch.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publishergalacticpuffin.com

Lite Switch is a customized switch which you can add text and icon for "On" and "Off". You can also set the width and height for the switch in your app.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lite_switch