Watchdog is a platform to report road accidents and crimes. You can view the website platform via this link. This is the mobile application for the platform.
Screen_recording_20240419_133442.mp4
Watchdog mobile app is a platform that allows users to report road accidents and crimes in his/her county of residence. This platform will serve as a vital tool in the collective effort to enhance community safety and security. By leveraging technology, the project seeks to empower individuals to report accidents and crimes promptly, thereby facilitating quicker response times from relevant authorities. This initiative aligns with broader goals to utilize technology for the betterment of society, bridging the gap between technological innovation and community welfare. For more info click Watchdog official website.
To use the application, users MUST have an active account or create an account on Watchdog official website. Once an account has been created, a user can login - with his/her credentials - using the login form provided by the app.
In the mobile app, a user can:
- view reported incidents - news feed.
- view reported incidents on a map.
- view wanted suspects.
- report an incident.
NOTE:
-
To run this project, you MUST install Flutter SDK on your machine. Refer to Flutter's documentation and follow a step-by-step guide on how you can install Flutter SDK on your OS.
-
Make sure you have installed Android Studio or a text editor of your choice - VS Code or XCode.
-
Make sure your machine supports virtualization - required to run an emulator. If it doesn't, don't worry, you can install
scrcpy
on your machine or use Android Studio'smirror device
feature.
Scrcpy Installation guide
- Git clone
Clone this repository by opening your terminal/CMD and change the current working directory to Desktop - use
cd Desktop
command.
$ cd Desktop
$ git clone https://github.com/morikeli/watchdog-mobile-app.git
- Open the cloned repository on your text editor and run this command:
$ flutter run
- Make sure you have a very strong internet connection so that the necessary gradle files can be downloaded. These files are necessary to build the project
apk
file.
Keep in mind:
- When building the application for the first time, it may take 10 - 15 minutes to finish the installation and build process.
- When running the application using the
flutter run
command, it may take atleast a minute to install the build files on a physical device.
Incase of a bug or you wish to make an update create a new branch using git command git checkout -b <name of your branch>
and create a pull request. Wait for review.
Don't forget to star the repo 🌟😉
- The profile screen is a static screen.
- Notification in the homepage and settings icons in profile page are not functional. Their functionalities are work in progress.