flutter_toggle_button 0.0.2 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 [...]
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.