Skip to content

Instantly share code, notes, and snippets.

View jigarfumakiya's full-sized avatar
🏠
Working from home

Jigar Fumakiya jigarfumakiya

🏠
Working from home
View GitHub Profile
@jigarfumakiya
jigarfumakiya / build.txt
Created July 31, 2021 09:29
Flutter generate android & iOS build.
Creating the Android build.
1)Go to your project root folder (open terminal that path.)
2)Run flutter build --release you can remove release if you want.
then you will find your apk in Project root->build->app->outputs->flutter-apk->your apk.
Creating IOS build.
1)Go to your project root folder (open terminal that path.)
2)Run flutter build ios.