This is a Flutter app for law enforcement officers and civilians, providing features for surveillance and community engagement.
- Map View: View a map with markers indicating camera locations.
- Camera Details: Click on a marker to view details about the camera, including owner information, live stream, and alerts.
- Community Section: Officers and civilians can post incidents in the community section, and notifications will be sent to community members.
To use the app, follow these steps:
- Clone the repository.
- Install dependencies (
flutter pub get
). - Run the app (
flutter run
).