Skip to content

The RTO Abandoned Vehicle App utilizes OCR and APIs to identify and report abandoned or criminal vehicles, as well as potholes and garbage, to the relevant authorities. Built with Flutter and Firebase, it secured 5th position in the Codex'24 hackathon.

Notifications You must be signed in to change notification settings

vaishnavipal1869/Citizen_Squad

 
 

Repository files navigation

Citizen Squad

Citizen Squad is an open-source Flutter application aimed at empowering citizens to report issues like abandoned vehicles, potholes, and garbage directly to the relevant authorities (RTO for vehicles and municipal corporations for public infrastructure). The app uses modern Flutter development practices, integrates with APIs like Google Maps and Parivahan, and stores data on Firebase and MongoDB.

Features

  • Report Abandoned Vehicles: Uses the Parivahan API to fetch vehicle details and notify the RTO.
  • Report Potholes & Garbage: Integrates with Google Maps API for real-time location tracking to help report issues to municipal corporations.
  • Dashcam Feature: Automatically captures and reports potholes while driving, using the phone's camera.
  • Google Maps Integration: Helps users mark locations easily for accurate reporting.
  • Real-time Notifications: Keeps users informed about the status of their reports.
  • Multi-platform Support: The app works on both Android and iOS.

Tech Stack

  • Frontend: Flutter with Provider for state management.
  • Backend: Firebase, MongoDB.
  • APIs Used:
    • Google Maps API for location tracking and reporting.
    • Parivahan API for abandoned vehicle information.

Getting Started

If you're new to Flutter or contributing to open-source projects, follow these steps to get started:

Prerequisites

Setup Instructions

  1. Clone this repository:

    git clone https://github.com/Shubham-zone/citizen-squad.git
  2. Install dependencies:

    flutter pub get
  3. Set up Firebase in your project:

    • Add your google-services.json (Android) or GoogleService-Info.plist (iOS) in the respective directories.
  4. Set up the necessary API keys:

    • Ensure you have the API keys for Google Maps and Parivahan API.
  5. Run the app:

    flutter run

    Troubleshooting

If you encounter any issues while using the Citizen Squad app, consider the following troubleshooting steps:

1. Search Functionality Not Working

  • Issue: The search feature does not return results.
  • Solution: Double-check the keywords entered. Clear the app cache and restart.

2. Filters Not Applying

  • Issue: Filters do not seem to apply correctly.
  • Solution: Ensure you select at least one filter before applying. If the app crashes, try restarting it.
  • Tip: An "All Filters" option is available to reset filters easily.

3. App Crashing on Start

  • Issue: The app crashes when you try to open it.
  • Solution: Make sure the app is up to date. If the problem persists, reinstall the app.

4. Notifications Not Receiving

  • Issue: Users do not receive notifications about reports.
  • Solution: Check app permissions to ensure notifications are enabled. Also, verify your internet connection.

5. Google Maps Not Responding

  • Issue: Google Maps integration is not working.
  • Solution: Ensure that location services are enabled on your device and that you have a stable internet connection.

If the issue persists, please open an issue for further assistance.

Contributing

We welcome contributions from the community! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes and commit with clear messages.
  4. Push your changes and create a pull request.

👀 Our Contributors

  • We extend our heartfelt gratitude for your invaluable contribution to our project! Your efforts play a pivotal role in elevating this project to greater heights.
  • Make sure you show some love by giving ⭐ to our repository.

Issues & Feature Requests

If you encounter any issues or have suggestions for new features, feel free to open an issue.

Contact

For questions or suggestions, please reach out to the maintainers or open an issue in the repo.

About

The RTO Abandoned Vehicle App utilizes OCR and APIs to identify and report abandoned or criminal vehicles, as well as potholes and garbage, to the relevant authorities. Built with Flutter and Firebase, it secured 5th position in the Codex'24 hackathon.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 76.7%
  • C++ 11.4%
  • CMake 8.7%
  • Swift 1.5%
  • HTML 0.9%
  • C 0.7%
  • Other 0.1%