flutter_toggle_button 0.0.3 copy "flutter_toggle_button: ^0.0.3" to clipboard
flutter_toggle_button: ^0.0.3 copied to clipboard

A highly customizable toggle button widget for Flutter applications. This widget allows you to create stylish toggle buttons with flexible configurations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_toggle_button

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

dependencies:
  flutter_toggle_button: ^0.0.3

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:flutter_toggle_button/flutter_toggle_button.dart';
3
likes
160
points
79
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable toggle button widget for Flutter applications. This widget allows you to create stylish toggle buttons with flexible configurations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_toggle_button