draggable_customized_btn_navy_bar 1.1.0 copy "draggable_customized_btn_navy_bar: ^1.1.0" to clipboard
draggable_customized_btn_navy_bar: ^1.1.0 copied to clipboard

draggable_customized_btn_navy_bar, Drag and drop all your items, customize your bottom navigation in the best way.

1.1.0 #

This version allow multiple NavBar with different configurations, with just add Key

// HomePage.dart
DraggableCustomizedBtnNavyBar(
        key : Key("home"), // custom config key for home
        ...
)
// Dashboard.dart
DraggableCustomizedBtnNavyBar(
        key : Key("admin"), // custom config key for dashboard
        ...
)

When I navigate to Dashboard, and update NavBar the configuration is only saved and restored for Dashboard and not for Home.

1.0.1+2 #

Dart format to pass static analysis

1.0.1+1 #

A bottom navigation bar that you can customize with the options you need, without any limits. You can also customize the appearance of the navigation bar.

The package is solving a problem with package bottom_personalized_dot_bar as it solves i's issues and issues can be summarized in the following points:

  • it's old and the owner didn't update it since 3 years.
  • Some exception was caught by gestures.
  • no clear definition for the max number and min number of displayed items.
  • forget changes that take places in the displayed and hidden items in eah run, so the user setup will be forgetten once the app is closed.
  • not cross platform.

The Btn Nav bat is very beautiful and many people likes it so much. For these reasons I build this package for public to help them to add this beautful btn nav bar to their projets. I wish this will help you.

32
likes
140
pub points
43%
popularity

Publisher

verified publishermakerscreed.net

draggable_customized_btn_navy_bar, Drag and drop all your items, customize your bottom navigation in the best way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dotted_border, flutter, flutter_lints, lints, shared_preferences

More

Packages that depend on draggable_customized_btn_navy_bar