IoT-based vehicle protection system to secure one's parked automobiles through an intergated mobile application allowing for users to get notifications in case of breaches with additional features of allowing safe access, nominee addition and much more.
- Built using Flutter framework
- Implements WiFi detection and management
- Profile dashboard, nominee addition, scanning vehichles enabled
- Download firebase CLI tools
- Run the below code
dart pub global activate flutterfire_cli
flutter create .
flutter pub add firebase_core
flutter pub get
flutterfire configure
Copy the firbase_options.dart
file present in the lib
folder into lib/services/Authentication/
folder