adaptive_navigation_widget 0.0.11 adaptive_navigation_widget: ^0.0.11 copied to clipboard
A Flutter package to ease the development of an adaptive navigation.
Adaptive navigation #
This package provides a widget which can display different types of navigation based on the screen size.
Features #
- Customizable breakpoints
- Customizable navigation widgets
- Easy to integrate with packages like GoRouter
Supported navigation types
- bottom navigation bar
- drawer
- rail / extended rail
- permanent drawer
If the destination count exceeds the allowed amount for bottom and rail navigation a drawer containing the remaining destinations is added.
Usage #
Usage showcased in the /example/lib/main.dart
.