A Flutter-based mobile application for electric vehicle owners to find charging stations, plan routes, and connect with the EV community.
- Find nearby charging stations
- Real-time station availability
- Route planning with charging stops
- Filter stations by charger type and power output
- User profile management
- Authentication system
- Charging history
- Favorite stations
- Personal preferences
- Station reviews and ratings
- Community forum
- Local EV groups
- Event organization
- Charging costs tracking
- Environmental impact metrics
- Energy consumption statistics
- Cost comparisons with fuel vehicles
- Flutter SDK ^3.7.0
- Dart
- Material Design
- REST API Integration
- Flutter SDK
- Android Studio / VS Code
- Android SDK for Android development
- Xcode for iOS development
- Clone the repository:
git clone https://github.com/yourusername/greendrive.git- Install dependencies:
flutter pub get- Run the app:
flutter rungreendrive/
├── lib/ # Source code
├── assets/ # Images, fonts, etc.
├── test/ # Unit and widget tests
└── pubspec.yaml # Project dependencies
Update the API endpoint in your configuration:
const String apiBaseUrl = 'http://your-api-url:8080';- Android
- iOS
- Web
- macOS
- Linux
- Windows
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GreenDrive API - Backend API server
Your Name Project Link: https://github.com/kjarj54/greendrive