- Added ink effect. Thanks to u/VittorioMasia for the idea.
- Fix for issue: #10.
- Might need a full restart after changing
hasNotch
variable for proper animation & tile sizes.
- Floating action button added to the example app.
- 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.
- Release adresses a solution to FlexRender issue with 4+ BubbleBottomBarItems. Issue: #6.
- Added dev channel support and lowered the required Dart SDK version.
- Major release.
- Ability to specify elevation of the bubble bottom bar.
- Ability to specify BorderRadius of the bubble bottom bar.
- Changed '@immutable' field from not final to final.
- Added MIT license.
- Fixed version in README.md
- Release with corrected classes.
- Initial release, created by westdabestdb.