A Flutter app demoing the redux integration and async await.
- Please install flutter from here.
- Please open the project using Android studio with flutter plugin installed.
- cd into the project root folder and then type
flutter pub get && flutter pub run build_runner watch
- run the app using a platform (iOS/Android) of your choice.
The app showcases the following best practices while developing a flutter app using : -
- Redux for state management.
- Redux thunks for asynchronous actions.
- Redux code structure using the ducks pattern.
- json_serialisation library for JSON decoding.
- Added localisation support using IntelliJ Flutter l18n plugin.