hasnain_ui_button 0.0.5
hasnain_ui_button: ^0.0.5 copied to clipboard
A customizable button widget package for Flutter applications
Changelog #
All notable changes to the "hasnain_ui_button" package will be documented in this file.
[1.0.0] - 2025-02-13 #
Initial Release #
Added
- Custom button widget with three variants:
- Solid button
- Outline button
- Destructive button
- Customization options:
- Custom width and height
- Background color customization
- Border customization for outline variant
- Border radius customization
- Text style customization
- Disabled state support
- Full documentation and examples
- MIT License
- Platform support for Android, iOS, Web, Windows, macOS, and Linux
Dependencies
- Requires Flutter SDK >=3.0.0
- Minimal external dependencies (only Flutter core)
[0.0.1] - 2025-02-13 #
- Initial pre-release version
- Basic implementation of button widget
- Package structure setup