A new-age safety mobile application made for women with all necessary SOS features. Apart from traditional manual SOS triggers this app comes with automatic detection of threats using various ML models and can trigger SOS features based on threat level.
- Beautiful, dynamic Material You design adapts to your theme style of the device.
- Trigger SOS alerts manually or by shaking your device and receiving help from nearby people.
- Share your live location and map links with trusted contacts for real-time tracking.
- Simulate fake calls with a declining pin and automatically detect falls for enhanced safety.
- Enjoy a user-friendly interface with high privacy standards to protect user data.
- Operates both online and offline with optimized battery conservation for prolonged use.
Excited to experience WEATHERED? Here's how to set it up:
- Fork the Repository: Fork this repository to your account to get a copy for your personal use.
- Clone Locally: Retrieve the project onto your development machine using Git.
- Install Flutter: Ensure you have Flutter and its dependencies installed.
- Install Dependencies: Execute
flutter pub get
to download all required packages. - Obtain an API Key: Create an API key from the Google Cloud Platform.
- Configure API Key: Add your API key in variable
GOOGLE_API_KEY
inlib\helper\location_helper.dart
- Run the App: Launch or debug the application using your preferred Flutter environment.