A new Flutter project repository for an application that can help people find all the EV charging station around them .
QUEV is an applicationn that can help you find EV charging station around you and help you navigate to it.
Table of Contents
There are many great README templates available on GitHub;however, I didn't find one that really suited my needs so I created this one. I wanted to create a README template which satisfies the project.
Here's why:
- A project that solves a problem and helps others.
- One shouldn't be doing the same task over and over like creating a README from scratch.
- You should implement DRY principles to the rest of your life 😄
Of course, no one template will serve all projects since your needs may be different. So i'll be adding more in the near future.You may also suggest changes by forking this repo and creating a pull request or opening issue. Thanks to all the people have contributed to expanding this template!
QUEV is a flutter application which uses firebase to sign in users and create a new account. With the help of GOOGLE's MAP api it is able to display a map of your current location and the EV charging stations are marked on it. Tap any of the charging station points to see a shortest route to it. This projects aims at making a way to increse awareness about using more EV's thus helping in reducing pollution caused by normal vehicles.
This section should list any major frameworks/libraries used to bootstrap your project.Leave any add-ons/plugins for the acknowledgement section. Here are a few examples.
We recommend creating a new flutter project using 'flutter create --org project_name' , which sets up a default application setup automatically. To create a project, run the followingf command in cmd after downloading and sucessfully installing flutter:
'flutter create --org project_name'
After the installation is complete:
In the main file try running with the run without debugging:
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Below is an example of how you can instruct your audience on installing and setting up your app.This template doesn't rely on any external dependencies or services.
1.Clone the repo
git clone https://github.com/your_username_/Project-Name.git
2.Install the packages
flutter pub get
Open the App:
Onboarding Screens:
Welcome Screens:
give the location permissions:
Click on this button to Signout:
after signing out the app is redirected to the welcome page.
- Add Changelog
- Add back to top links
- Add Additional Templates w/ Examples
- Add "components" document to easily copy & paste sections of the readme
- Multi-language Support
- Chinese
- Spanish
Contributions are what make the open source community such an amazing place to learn, inspire ,and create.Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Uttkarsh Raj - https://twitter.com/__uttkarsh__
Project Link: https://github.com/Uttkarsh-raj/Re_Bin.git
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!