m3e_core 0.0.2
m3e_core: ^0.0.2 copied to clipboard
A single Flutter package providing Material 3 expressive components like material shapes, card list, dismissible cards, expandable cards and dropdown menu.
0.0.2 #
- Adds
M3EShapefor M3 shapes. - Adds
M3EContainerfor M3 containers. - Update the documentation
0.0.1 #
- Initial release.
- Adds
M3ECardList,SliverM3ECardList, andM3ECardColumnfor standard and sliver static card lists. - Adds
M3EDismissibleCardList,SliverM3EDismissibleCardList, andM3EDismissibleCardColumnfor swipe-to-dismiss cards with spring-driven neighbour-pull effects. - Adds
M3EExpandableCardList,SliverM3EExpandableCardList, andM3EExpandableCardColumnfor expandable cards with spring animations. - Adds
M3EDropdownMenuwith single/multi-select, search, animated chip display, async data loading, and form validation support. - Spring-driven physics and animations via the
motorpackage. - Supports customizable corners, colors, borders, haptics, margin, and custom ink splashes following Material 3 Expressive guidelines.