- Flutter
- Dart
- BLoC Pattern - state management
- Dio - Http client for Dart
- Retrofit - type conversion dio client generator
- Cached Network Image - displays and caches images
- [Freezed] - code generator for data-classes/unions/pattern-matching/cloning
- Go Router - declarative navigation routing
- [Riverpod] - state management (used with navigation)
- Flutter Map
- latlong2
- Clone the repository
- From Android Studio:
- Open project from the folder you cloned it into.
- From the menu select Run and then Run 'App'.
- From the command line:
flutter run