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

A highly customizable toggle button widget for Flutter applications. This widget allows you to create stylish toggle buttons with flexible configurations including button size, colors, gradients, te [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_toggle_button

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 dart pub get):

dependencies:
  flutter_toggle_button: ^0.0.2

Alternatively, your editor might support dart pub get or 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';
5
likes
0
points
455
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 including button size, colors, gradients, text styles, and more. It supports various content types such as text, numbers, and widgets, making it versatile for different use cases. The package includes comprehensive customization options to tailor the appearance and behavior of the toggle buttons to suit your app's design requirements.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_toggle_button