sliding_switch 0.0.1 copy "sliding_switch: ^0.0.1" to clipboard
sliding_switch: ^0.0.1 copied to clipboard

outdated

Sliding Switch - A simple switch widget. It can be fully customized with desired width, colors, text etc. It also maintains selection state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sliding_switch

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

dependencies:
  sliding_switch: ^0.0.1

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:sliding_switch/sliding_switch.dart';
33
likes
0
pub points
92%
popularity

Publisher

verified publishercodeapprun.io

Sliding Switch - A simple switch widget. It can be fully customized with desired width, colors, text etc. It also maintains selection state.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on sliding_switch