/FlutterGetXWithNavigation

Flutter Boilerplate with Getx, Folder Structure, Bottom Navigation and Drawer

Primary LanguageDart

FlutterGetXWithNavigation

This example app shows how you can use Getx and bottom navigation together by managing selected index of bottom nav. with getx controllers. Also use of json service with dio is found in example. After login you can pass User object to every page inside the app with getx. Login flow is controlled in main.dart before going home or login page.

These are used as an example in this boilerplate: Getx, Get Storage, Get Translations, Get Cli, Folder Structure, Bottom Navigation, Drawer, Dio: Service call ex.

Screenshots



Source Code

https://github.com/balabanferhat/FlutterGetXWithNavigation

Getx Cli

https://github.com/jonataslaw/get_cli install: flutter pub global activate get_cli export PATH="$PATH":"$HOME/Documents/flutter/.pub-cache/bin"

ex model: get generate model on home from https://ferhatbalaban.com/test.json

Dio

https://github.com/flutterchina/dio