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

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

0.0.4 #

  • Updated the minimum dart sdk version to 3.0.0 in pubspec.yaml.
  • Added animation when button will be toggled as a parameter.
  • Added animation timing in milliseconds as a parameter.

0.0.3 #

  • Added animation when button will be toggled.
  • Default animation given is Curves.easeInOut.
  • Default animation timing is 300 ms.
  • Reformatted the code.
  • Updated readme.md.

0.0.2 #

  • Modified README.md
  • Code reformation

0.0.1 #

  • Initial release of flutter_toggle_button package.
  • Added FlutterToggleButton widget.
  • Support for customizable button width, height, and border radius.
  • Support for both solid colors and gradients for buttons and outer container.
  • Text customization with font size, weight, and color for enabled and disabled states.
  • Callback support for button taps.
  • Flexible item types, supporting String, int, double, and Widget.
5
likes
160
points
239
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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_toggle_button