Mobile Apps
GoMobile - Car Sharing App
Car sharing app for cities and municipalities with real-time map, Bluetooth vehicle access, and offline functionality.
Flutter BLoC Bluetooth Maps Offline-First
Project Overview
GoMobile is a car sharing app for cities and municipalities. Users can find available cars and bicycles on a map, reserve them, and unlock them via Bluetooth. The app works offline.
Features
- Interactive map with real-time display of available vehicles
- Bluetooth vehicle unlocking
- Offline functionality for the locking system
- Booking system for cars and bicycles
- Navigation to vehicle
- Vehicle condition and fuel level
- Booking history
Technical Implementation
The app was built with Flutter and uses the BLoC Pattern for state management. The offline-first architecture enables usage without an internet connection.
Tech Stack
Mobile App:
- Flutter
- Dart
- BLoC Pattern (flutter_bloc)
- Google Maps Flutter Plugin
- flutter_blue_plus (Bluetooth)
- Hive (Local Storage)