Flutter Review App is mobile application used for demonstration purposes.
Flutter Review App is written in Flutter (SDK 3.19.1) and uses number of open source libraries to work properly:
- dio - HTTP client
- flutter_dotenv - handling enviroment or configuration
- intl - localization facilities
- json_annotation - JSON serialization and deserialization
- flutter_bloc - state management & design pattern
- get_it - DI
Flutter Review App requires Flutter SDK 3.19.1 to run. Then follow these commands:
cd review_flutter-main
flutter pub get
flutter run