xxxxxxxxxx
Fast Lane is a deployment tool for app development.
IOS and Android.
I use it commercially for flutter deployments.
But it is not flutter specific and can be integrated with meny platforms.
Watch this video from Youtube
https://www.youtube.com/watch?v=scfOk5SgrKU
xxxxxxxxxx
Initialize Fastlane for Flutter App
IOS and ANDROID
//////////////////////////////
Fastlane is a ruby gem. Install ruby on your machine first!!! Below Link ↓↓↓
// https://www.ruby-lang.org/en/documentation/installation/
/////////////////////////////
ANDROID ↓↓↓ // https://docs.fastlane.tools/getting-started/android/setup/
// Step 1 :
cd android
// Step 2 (Configure Setup) :
fastlane init
//////////////////////////////
IOS ↓↓↓ // https://docs.fastlane.tools/getting-started/ios/setup/
// Step 1 :
cd ios
// step 2 (Configure Setup) :
fastlane init