material_button_switch 0.1.0
material_button_switch: ^0.1.0 copied to clipboard
A customizable Material-style toggle switch button for Flutter apps.
0.1.0 #
- Refactor
MaterialButtonSwitchto support multiple pages and icons. - Add dynamic active and inactive colors for icons.
- Update constructor to accept lists of pages and icons.
- Improve API documentation and README examples.
- Update dependencies and versioning.
0.0.1 #
- Initial release of
MaterialButtonSwitch. - Provides a simple Material-style toggle between two customizable screens.
- Includes basic constructor with two widgets and two icons.
- Smooth page transitions and highlighted active icon.
- Minimal, intuitive design.