SafeGuard is a Flutter application designed to enhance personal security and safety management.
- Personal safety tracking
- Emergency contacts management
- Real-time location sharing
- SOS alert system
- Safety tips and guidelines
- Flutter SDK 3.0 or higher
- Dart SDK 2.17 or higher
- iOS 11+ / Android 5.0+
- Internet connection for real-time features
- Clone the repository
git clone https://github.com/anuwatthisuka/safe_guard.git
- Install dependencies
cd safe_guard
flutter pub get
- Run the app
flutter run
lib/
├── models/ # Data models
├── screens/ # UI screens
├── services/ # Business logic and services
├── utils/ # Utility functions and constants
└── widgets/ # Reusable widgets
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Your Name - @anuwatthisuka Project Link: https://github.com/anuwatthisuka/safe_guard