flutter_adaptive_buttons 0.0.1
flutter_adaptive_buttons: ^0.0.1 copied to clipboard
A collection of Flutter widgets that adapt their appearance based on the platform and provide consistent button functionalities across different platforms.
Changelog #
All notable changes to the "Flutter Adaptive Buttons" package will be documented in this file.
[0.0.1] - Initial Release #
-
Released the initial version of the package.
-
Added AdaptiveElevatedButton widget.
-
Added AdaptiveElevatedButton.icon widget.
-
Added AdaptiveTextButton widget.
-
Added AdaptiveTextButton.icon widget.
-
Added AdaptiveOutlinedButton widget.
-
Added AdaptiveOutlinedButton.icon widget.
-
Added AdaptiveIconButton widget.
-
Added AdaptiveIconButton.icon widget.
-
Widgets automatically adapt their appearance based on the platform (Android or iOS).
-
Included example in the repository demonstrating usage scenarios.
Please note that this is the initial release of the package.