A mobile application for the Human-Computer Interaction course at Ece Ntua 2022-23, in which we developed a Car Wallet application for Android and iOS devices.
App Development: Flutter, Dart
Database: SQflite
Garage
Car managmentCalendar
Appointment managmentDocuments
Document upload from Camera and GalleryMaps
Google Maps directions between cities
- Garage - Calendar - Add Event
- Documents - Driving License - Maps
For the Google Maps functionality, enter your API key at these files:
lib/models/location_service.dart
at line 8ios/Runner/AppDelegate.swift
at line 16android/app/src/main/AndroidManifest.xml
at line 36
For running the application on iOS devices, install all dependencies manually with below command in the /ios
folder, only if you have build errors when trying to run the application.
pod install