Create a script that publishes a new version of the app (defined in pubspec.yaml) to Google Play Store and Apple App Store. Use fastlane
First have it just as a script in the scripts folder, then it can be made part of CI/CD pipeline for automatic deployments on push to main branch
Create a script that publishes a new version of the app (defined in
pubspec.yaml) to Google Play Store and Apple App Store. Use fastlaneFirst have it just as a script in the
scriptsfolder, then it can be made part of CI/CD pipeline for automatic deployments on push to main branch