flutter_floating_bottom_bar 1.3.0 copy "flutter_floating_bottom_bar: ^1.3.0" to clipboard
flutter_floating_bottom_bar: ^1.3.0 copied to clipboard

A flutter package that allows showing a floating widget that can be used as a tab bar, bottom navigation bar, etc. The widget reacts to scrolling events too.

1.3.0 #

  • Added respectSafeArea property to control whether the BottomBar should respect the SafeArea
  • Removed deprecated alignment property (use barAlignment instead)
  • Fixed ScrollController issues with multiple attachments
  • Improved scroll listener management for better performance

1.2.1+1 #

  • Fix code formatting

1.2.1 #

  • Update to Flutter v3.22.1
  • Fix divider error in example
  • Update dependencies

1.2.0 #

  • Add offset, barAlignment, barDecoration, iconDecoration properties.
  • Remove bottom property.
  • Deperecated alignment property, use barAlignment instead. alignment will be removed in a future release.
  • Update all code examples, and fix errors.

1.1.0 #

  • Add clip property to support clip behavior.
  • Add an example for bar with a FAB.

1.0.1 #

  • Support for Flutter 3.10.5
  • Update dependencies

1.0.0+1 #

  • Add documentation

1.0.0 #

  • Initial release with basic functionality
262
likes
150
points
916
downloads

Publisher

verified publisherhashstudios.dev

Weekly Downloads

A flutter package that allows showing a floating widget that can be used as a tab bar, bottom navigation bar, etc. The widget reacts to scrolling events too.

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_floating_bottom_bar