I find it cumbersome every time to create a project, upload it to Github, and then start the real work. So, I have created an automation script to do all the work!
Made with Batch Scripting, Shell Scripting and Python!
Now you're just a line away from creating, uploading to Github and digging into the real meat and patotoes.
What does it to?
- Creates a flutter project
- Uploades it to your github
- Finally, opens with either Android studio or VSCode the choice is yours.
Sadly I cannot post the GIF here due to the 200 frames limit, but you can view it in my Github repo.
Also, for detailed expalanation as to how it works and how to use it, do check out my github.
UPDATE:
Linux scripts are now available!
Do check out the github repository for more information.
Drop a star if you like it!
Tushar-OP / Flutter-Automation
A script for automating the creation and uploading a flutter project to github
Flutter Automation Script
A script for automating the tasks of creating and uploading a flutter project to github
Made with Batch Scripts, Shell Scripts and Python❤
What does it do?
- Creates a flutter project
- Uploades it to your github
- Finally, opens with either Android studio or VSCode the choice is yours.
How to use?
-
Steps for Linux:
Head over to the Linux folder or click here
-
Steps for Windows:
…> git clone https://github.com/Tushar-OP/Flutter-Automation > run pre-requisite.bat or Install the dependencies in pre-requisite.txt > Open upload.py with your editor of choice, and add your github username and password, save it. (NOTE: If you have android studio and VSCode not located in the defaut location, you need to change that too in the python file to your path) > Move your folder to some location that you'll not change or delete, for e.g I keep mine in C:\Flutter Scripts\ (top-level,
Top comments (6)
Nice
Thank you!
Nice work bro
Thanks bro!
Amazing!💥
Thanks!