This project was made by following the relevant steps on the given task.
- See your location
- Find the nearest pharmacies on the map.
- Find the nearest bus stops.
Framework: Flutter
Language: Dart
| Package | Description | Resource |
|---|---|---|
| dio | For Network Operations | https://pub.dev/packages/dio |
| flutter_mobx | State Management using MobX | https://pub.dev/packages/flutter_mobx |
| mobx | State management library that transparently applies functional reactive programming. | https://pub.dev/packages/mobx |
| json_annotation | JSON Serialization/Deserialization | https://pub.dev/packages/json_annotation |
| flutter_native_splash | Native Splash Screen implementation for Flutter applications. | https://pub.dev/packages/flutter_native_splash |
| get_storage | Cache Manager | https://pub.dev/packages/get_storage |
| flutter_config | Environment Variables | https://pub.dev/packages/flutter_config |
| google_maps_flutter | Map integration using Google Maps API | https://pub.dev/packages/google_maps_flutter |
| geolocator | Provides easy access to platform-specific location services. | https://pub.dev/packages/geolocator |
| geocoding | Converts between geographic coordinates and human-readable addresses. | https://pub.dev/packages/geocoding |
| permission_handler | Permission Control | https://pub.dev/packages/permission_handler |
| flutter_lints | Lints for Flutter, recommended by the Flutter team. | https://pub.dev/packages/flutter_lints |
| build_runner | Code Generation for Flutter applications. | https://pub.dev/packages/build_runner |
| mobx_codegen | Code Generation for MobX | https://pub.dev/packages/mobx_codegen |
| json_serializable | Code Generation for JSON Serialization/Deserialization | https://pub.dev/packages/json_serializable |
To run this project you will need to add the following environment variables to your .env file
GOOGLE_MAPS_API_KEY
| Splash View | Home View |
|---|---|
![]() |
![]() |
| Pharmacy View | Transport Nearby Stops View |
|---|---|
) |
![]() |
| Transport Line Infos View | Line Infos Detail View |
|---|---|
![]() |
![]() |





