reusable_switch_btn 0.0.1
reusable_switch_btn: ^0.0.1 copied to clipboard
A customizable Flutter package with animated switch buttons, including AppSwitch, AppSwitchCard, and NormalSwitch for flexible UI designs.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 #
Added #
- Initial release of
reusable_switch_btn
. - Introduced three main widgets:
AppSwitch
: A customizable, animated switch with text labels.AppSwitchCard
: A card layout containing a switch button with a title.NormalSwitch
: A simple wrapper around the native Flutter Switch widget.
- Customization options for colors, text, and initial switch state.