bubble_bottom_bar 2.0.0
bubble_bottom_bar: ^2.0.0 copied to clipboard
BubbleBottomBar is a Flutter widget designed by cubertodesign and developed by westdabestdb
2.0.0 #
- Moved to null safety
1.2.0 #
- Added ink effect. Thanks to u/VittorioMasia for the idea.
- Fix for issue: https://github.com/westdabestdb/bubble_bottom_bar/issues/10.
- Might need a full restart after changing
hasNotch
variable for proper animation & tile sizes.
1.1.1 #
- Floating action button added to the example app.
1.1.0 #
- Floating Action Button Support 🎊 🎉 !
fabLocation: BubbleBottomBarFabLocation.end
is to support end docked fab.fabLocation: BubbleBottomBarFabLocation.center
is to support center docked fab.hasNotch: true
gives nice notch cutout to BubbleBottomBar.- hasNotch and borderRadius cannot be used together, yet 😏
- Maximum number of the items must be 4 when docked fab support is actived.
1.0.2 #
- Release adresses a solution to FlexRender issue with 4+ BubbleBottomBarItems. Issue: https://github.com/westdabestdb/bubble_bottom_bar/issues/6.
1.0.1 #
- Added dev channel support and lowered the required Dart SDK version.
1.0.0 #
- Major release.
- Ability to specify elevation of the bubble bottom bar.
- Ability to specify BorderRadius of the bubble bottom bar.
0.0.5 #
- Changed '@immutable' field from not final to final.
0.0.4 #
- Added MIT license.
0.0.3 #
- Fixed version in README.md
0.0.2 #
- Release with corrected classes.
0.0.1 #
- Initial release, created by westdabestdb.