dynamic_button 0.1.0
dynamic_button: ^0.1.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.1.0 #
✨ New Features #
- Redesigned the package with a more scalable architecture.
- Added generic
DynamicButton<T>support. - Added customizable button styles.
- Added selection controller.
- Added configurable selection modes.
- Added animation configuration.
- Added behavior configuration.
- Added reusable theme support.
- Added builder-based custom UI.
- Improved documentation and examples.