{"id":23050115,"url":"https://github.com/udaykumar-dhokia/edrive","last_synced_at":"2025-04-24T03:27:36.986Z","repository":{"id":249770787,"uuid":"832499857","full_name":"udaykumar-dhokia/eDrive","owner":"udaykumar-dhokia","description":"Whether you're planning a long trip or just need a quick top-up, eDrive is your trusted companion for all your EV charging needs. Download eDrive now and drive with confidence, knowing that a charging station is always within reach.","archived":false,"fork":false,"pushed_at":"2024-11-05T13:35:41.000Z","size":425,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T06:31:49.753Z","etag":null,"topics":["edrive","ev","firebase","flutter","maps"],"latest_commit_sha":null,"homepage":"https://edriveservice.netlify.app","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udaykumar-dhokia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-23T06:40:14.000Z","updated_at":"2025-02-13T04:44:31.000Z","dependencies_parsed_at":"2024-12-15T23:20:08.291Z","dependency_job_id":null,"html_url":"https://github.com/udaykumar-dhokia/eDrive","commit_stats":null,"previous_names":["udaykumar-dhokia/edrive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2FeDrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2FeDrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2FeDrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaykumar-dhokia%2FeDrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udaykumar-dhokia","download_url":"https://codeload.github.com/udaykumar-dhokia/eDrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250554361,"owners_count":21449594,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["edrive","ev","firebase","flutter","maps"],"created_at":"2024-12-15T23:19:40.444Z","updated_at":"2025-04-24T03:27:36.963Z","avatar_url":"https://github.com/udaykumar-dhokia.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n---\n\n# eDrive: Your Ultimate EV Charging Station Finder\n\n**eDrive** is a Flutter application designed to make finding EV charging stations quick, easy, and reliable. Whether you're on a road trip or just need a quick charge, eDrive provides the nearest and most convenient charging points based on your location. With a user-friendly interface, real-time navigation, and detailed information on charging stations, eDrive is the ultimate tool for electric vehicle owners.\n\n---\n\n## Features\n\n### 🚗 Nearby Charging Stations\n- **Instant Location-based Search**: Automatically finds EV charging stations close to your current location.\n- **Range Filters**: Customize the search range to discover charging stations within a preferred distance.\n\n### 📝 Detailed Station Information\n- **Comprehensive Details**: Access station addresses, contact numbers, services provided, and types of chargers available.\n- **Operating Hours and Ratings**: Easily see station hours and user ratings to choose the best option.\n\n### 🧭 Real-time Navigation\n- **Seamless Navigation**: Get directions to the charging station with one click, integrated with Google Maps for accurate routing.\n\n### 🌟 User-friendly Interface\n- **Intuitive and Clean Design**: The interface is designed for ease of use, allowing EV drivers to find, select, and navigate to charging stations effortlessly.\n- **Dark and Light Mode**: Choose between light and dark themes to match your preferences and driving conditions.\n\n---\n\n## Getting Started\n\nTo get started with eDrive, follow these steps to install and run the application on your device.\n\n### Prerequisites\n- **Flutter SDK**: Install the Flutter SDK following the instructions [here](https://flutter.dev/docs/get-started/install).\n\n### Installation\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/udaykumar-dhokia/eDrive.git\n    cd eDrive\n    ```\n\n2. **Install Dependencies**:\n    Run the following command to install all necessary packages.\n    ```bash\n    flutter pub get\n    ```\n\n3. **Run the Application**:\n    Connect your device or start an emulator, then run:\n    ```bash\n    flutter run\n    ```\n\n---\n\n## Usage\n\n1. **Launch the App**:\n   - Open eDrive on your device. The app will prompt for location permissions to find nearby stations.\n\n2. **Find Nearby Stations**:\n   - eDrive will automatically show charging stations around your current location, or you can enter a specific location to find stations in other areas.\n\n3. **View Station Details**:\n   - Tap on any station to view details such as address, contact information, services, and charger types available.\n\n4. **Navigate to the Station**:\n   - Click the \"Navigate\" button to get real-time directions to your chosen station.\n\n---\n\n## Built With\n\n- **Flutter**: Cross-platform mobile framework used for creating the app.\n- **Firebase**: Backend as a Service (BaaS) for managing user data, authentication, and more.\n---\n\n## Contributing\n\nContributions to eDrive are welcome! If you'd like to improve or expand the project, please follow these steps:\n\n1. **Fork the Repository**.\n2. **Create a New Branch**:\n    ```bash\n    git checkout -b feature/YourFeature\n    ```\n3. **Commit Changes**:\n    ```bash\n    git commit -m \"Added YourFeature\"\n    ```\n4. **Push the Branch**:\n    ```bash\n    git push origin feature/YourFeature\n    ```\n5. **Open a Pull Request**.\n\nFor major changes, please open an issue first to discuss what you'd like to change.\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact\n\nFor any inquiries or support requests, please reach out to the project maintainer:\n\n- **GitHub**: [udaykumar-dhokia](https://github.com/udaykumar-dhokia)\n- **Email**: [your-email@example.com](mailto:your-email@example.com)\n\n---\n\n## Download eDrive Now!\n\nExperience a hassle-free EV journey by downloading eDrive and ensure that a charging station is always within reach. [Download eDrive on GitHub](https://github.com/udaykumar-dhokia/eDrive).\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaykumar-dhokia%2Fedrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudaykumar-dhokia%2Fedrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaykumar-dhokia%2Fedrive/lists"}