A new Flutter project created to get you started with open source contribution on GitHub.
Before you begin, look for the issues and fix it.
git clone [your repo url goes here]
git checkout -b [your branch name goes here]
to create your new branchgit add .
git commit -m 'Commit message goes here'
git push origin [your branch name goes here]
New Pull Request
button located at the top of your repo)