Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.55 KB

[1.2.0]

  • 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.

[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: #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]