VITask flutter application made for the students of VIT Chennai for their VTOP login.
Fork the repo
Clone it to your PC
Commit changes and make PR.
git remote add upstream https://github.com/mayanktolani19/vitask-flutter.git
git fetch upstream
git checkout master
git rebase upstream/master
git push
git push -u origin master