m3e_floating_toolbar 1.0.1
m3e_floating_toolbar: ^1.0.1 copied to clipboard
Material 3 Expressive floating toolbar components for Flutter.
1.0.1 #
Changed #
- Introduced
M3EDockedToolbarfor pinned bottom toolbar layout with elevation tokens. - Added
M3EFloatingToolbarDividerwidget for spacing toolbar actions. - Added
alignmentparameter to all toolbar variants for direct stack positioning. - Added
screenOffsettoM3EFloatingToolbarScrollBehaviorto account for safe area insets. - Updated container size token (
containerSize) for M3E specification compliance. - Improved docked toolbar default elevation and token alignment.
1.0.0 #
- pubspec: migrate to standalone material_ui package for flutter 3.47
- pubspec: Update the minimum flutter SDK to 3.47.0
0.0.1 #
- Horizontal & vertical floating toolbars (standard and FAB-morphing variants)
- Spring-driven motion with 12 presets via
M3EMotion - Scroll-to-exit behavior (
M3EFloatingToolbarScrollWrapper) - Nested scroll expand/collapse (
M3EFloatingToolbarVerticalNestedScroll) - Color theming (standard / vibrant / custom)
- Accessibility custom semantics actions
- Tooltip support