This is Mauritius — Travel & Tour Guide App
A location-based travel and tour guide app for Mauritius, built in Flutter and shipped to both the Google Play Store and the App Store. I built a map-first discovery experience using Google Maps, where visitors browse resorts, beaches, spas and restaurants by category and see them plotted geographically with custom markers. Venue detail pages are rendered dynamically from a REST API — photos, ratings, contact details, description and booking. I also added a QR code scanner so visitors can scan a code at a venue and jump straight to its details, useful for on-site check-in. For performance, I cached venue and session data locally with SharedPreferences, which cut repeated API calls and keeps detail pages loading fast on a weak signal — a real constraint for tourists on limited mobile data. State and routing across the app are handled with GetX.
Skills:
Flutter · Dart · Mobile App Development · iOS Development · Android Development · Google Maps API · REST API · GetX · Local Storage · QR Code Scanner · Cross-Platform Development