permission_toggle_button 1.0.0
permission_toggle_button: ^1.0.0 copied to clipboard
A Flutter package for managing permissions with toggle buttons.
Changelog #
[Unreleased] #
Added #
- Initial version of the PermissionToggle button widget.
- Customization options for colors, icon, and text.
0.0.1 - 2024-09-28 #
Added #
- Basic implementation of the
PermissionTogglewidget. - Support for optional subtitle and icon customization.
- Configurable colors for active and inactive states of the toggle.
- Support for customizing font size and weight.
Changed #
- Improved widget layout for better responsiveness.
Fixed #
- Resolved minor layout issues on different screen sizes.