Automate Flutter App Releases TLDR You can find the script here. Needed: Fastlane setup in each directory build\ runner as a dependency Git Project in VCS Steps to Run: 1. Download this file and put it at the root level of your flutter project 2. Open the terminal and navigate to your project location 3. Enter this command: Usage For beta: For production: It will do the following: Bump the version numbers if you are using the version in the Release the apps with Fastlane Format all Dart Files Clean Project Rebuild classes Add commit message Make your life easier and automate your builds to be…