Adaptive Navigation in Flutter: Bottom for Mobile, Side for Tablet, Top for Web with GoRouter

This package provides an adaptive navigation bar in Flutter that changes its layout based on the device type. The navigation bar appears at the bottom for mobile devices, on the side for tablets, and at the top for web applications. The package also integrates GoRouter for navigation management.

responsive

Features

  • Adaptive navigation bar for different device types
  • Integration with GoRouter for navigation
  • Responsive design

Getting Started

To get started with this project, clone the repository and run the following commands:

flutter pub get
flutter run

Dependencies

  • Flutter
  • GoRouter

License

This project is licensed under the MIT License.

Libraries

responsive_nav_bar