dynamic_button 0.2.0
dynamic_button: ^0.2.0 copied to clipboard
A production-ready Flutter UI library for building customizable buttons, chips, segmented controls, filter buttons, and selectable components with animations, themes, and generic item support.
Changelog #
All notable changes to this project will be documented in this file.
0.2.0 #
🚀 Improvements #
- Updated README documentation.
- Improved package description and pub.dev metadata.
- Added better examples and usage documentation.
- Improved DynamicButton API documentation.
- Improved generic item support documentation.
- Updated package structure for production release.
✨ Features #
- Generic
DynamicButton<T>support. - Custom item builder support.
- Single and multiple selection modes.
- Controller-based selection management.
- Custom styles and themes.
- Gradient backgrounds.
- Animation support.
- Segmented control style support.
- Chip/filter style support.