You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**PH Fare Calculator** is a cross-platform mobile application designed to help tourists, expats, and locals estimate public transport costs across the Philippines.
8
9
@@ -11,6 +12,8 @@ Unlike city-centric navigation apps, this tool focuses on **"How much?"** rather
11
12
## 🚀 Key Features
12
13
13
14
-**Nationwide Coverage:** Works in Metro Manila, Cebu, Davao, and rural provinces.
15
+
-**Modular Offline Maps:** Download maps by island group (Luzon, Visayas, Mindanao) to save storage space while ensuring functionality without internet.
16
+
-**Material 3 Design:** A completely redesigned UI/UX that follows modern Material Design guidelines for better accessibility and aesthetics.
14
17
-**Hybrid Calculation Engine:**
15
18
-**Dynamic:** Uses **OSRM (Open Source Routing Machine)** to calculate road distance for Jeeps, Taxis, Buses, and Tricycles.
16
19
-**Static:** Uses embedded Lookup Tables for fixed-price modes like MRT/LRT (Trains) and Ferries.
@@ -29,6 +32,8 @@ Unlike city-centric navigation apps, this tool focuses on **"How much?"** rather
29
32
-**State Management & DI:**`injectable` + `get_it` for dependency injection.
30
33
-**Routing:****OSRM** (Open Source Routing Machine) for road distances.
31
34
-**Geocoding:****OpenStreetMap (Nominatim)** via `http` for place search and reverse geocoding.
35
+
-**Offline Maps:**`flutter_map_tile_caching` for downloading and storing map regions.
36
+
-**Connectivity:**`connectivity_plus` for smart online/offline network detection.
32
37
-**Local Storage:**`hive` for persisting saved routes and `shared_preferences` for user settings.
This app provides **estimates only**. Official fares are regulated by the LTFRB/DOTr and are subject to change without notice. This app is not affiliated with any government agency. The "Tourist Trap" indicator is an estimate based on high-traffic pricing models and does not constitute a legal accusation.
96
104
105
+
## 🤝 Contributing
106
+
107
+
Contributions are welcome! Please feel free to submit a Pull Request.
108
+
109
+
## 📄 License
110
+
111
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments