toggle_switch 1.4.0 copy "toggle_switch: ^1.4.0" to clipboard
toggle_switch: ^1.4.0 copied to clipboard

outdated

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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toggle_switch

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

dependencies:
  toggle_switch: ^1.4.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:toggle_switch/toggle_switch.dart';
1.56k
likes
90
points
265k
downloads

Publisher

verified publisherpramod.dev

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on toggle_switch