Website: Sajjadev.com
In this project, I use Getx, Getx_pattern for the structure of the project. This example teaches you how to:
- Setup getx in main.dart
- Initializes structure of getx pattern
- Create a bottom navigation bar
- Nested navigation along with the bottom navigation bar
For help getting started with Flutter, view Flutter documentation.
- Clone the repository
[email protected]:seljad/Nested-navigation-with-Getx-and-Bottomnavigationbar-in-Flutter.git
- Navigate to the cloned folder
- Get packages using
flutter pub get
- Run
flutter run