scrollable_reorderable_navbar library

Classes

ConditionWidget
Widget used to avoid the practice of using if/else in screen files of the app. Better readability.
DeleteModeItemListener
NavBarItem let user precise which widget and name he wants to define to access navigation.
ReorderableItem
Widget use to catch user interaction with NavBarItem.widget. It shows the NavBarItem.name when selected is true.
ScrollableReorderableNavBar
ScrollableReorderableNavBar is a Widget that let user picks a NavBarItem and access to the matching navigation. When there are more than 5 items, the navbar can be scrolled left and right. It also let user swipe position of items and delete items from the navbar.

Typedefs

BuildWidget = Widget Function()