Skip to content                     
- Install git and flutter (beta)
 
- Clone the repository
 
- Navigate to the app directory
 
- Generate necessary files by navigating to 
tools and then run dart pub get go back and run dart run tools/generate.dart 
- Use the flutter tool to compile the application in 
app
flutter build apk 
flutter build appbundle 
flutter build web 
flutter build linux 
flutter build windows 
flutter build ios --release --no-codesign
after that, create a folder named “Payload”, copy Runner.app into it and zip the payload folder. Then rename “.zip” to “.ipa”. 
 
- The compiled files are in the build directory