m3e_expandable 0.1.0
m3e_expandable: ^0.1.0 copied to clipboard
A Flutter package providing expressive, Material 3 expandable card lists with spring-driven animations and dynamic border radius.
0.1.0 #
- Major Refactor: Migrated to a more structured API using
M3EExpandableStyle,M3EExpandableData, andM3EMotion. - Theming Support: Added
M3EExpandableThemefor global styling across the app. - Spring Presets: Introduced
M3EMotionwith AOSP and Expressive motion presets for physics-based animations. - API Improvements: Added
.builderconstructors for manual control andM3EExpandableDatafor quick data-driven lists. - Interaction: Added support for hovering and pressing states with dynamic border radius.
- Documentation: Overhauled README with detailed API guides and breaking changes.
0.0.1 #
- Initial Release
- Implemented M3E Expandable Cards with Sliver, ListView & Column support
- Added Support for Customizable Haptics, Spring Physics, and Follows Material 3 Expressive Styling