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

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: ^1.1.0

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
130
points
500
downloads

Publisher

verified publishercodeapprun.io

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sliding_switch