├── LICENSE ├── Linux ├── README.md ├── create.sh ├── pre-requisite.sh └── upload.py ├── README.md ├── Windows ├── Pre_Requisite.bat ├── Pre_Requisite.txt ├── create.bat └── upload.py └── script.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Linux/README.md -------------------------------------------------------------------------------- /Linux/create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Linux/create.sh -------------------------------------------------------------------------------- /Linux/pre-requisite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Linux/pre-requisite.sh -------------------------------------------------------------------------------- /Linux/upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Linux/upload.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/README.md -------------------------------------------------------------------------------- /Windows/Pre_Requisite.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Windows/Pre_Requisite.bat -------------------------------------------------------------------------------- /Windows/Pre_Requisite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Windows/Pre_Requisite.txt -------------------------------------------------------------------------------- /Windows/create.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Windows/create.bat -------------------------------------------------------------------------------- /Windows/upload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/Windows/upload.py -------------------------------------------------------------------------------- /script.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tushar-OP/Flutter-Automation/HEAD/script.gif --------------------------------------------------------------------------------