自分で作ってください
- git とフラッタをインストール (ベータ版)
- リポジトリを複製
- アプリのディレクトリに移動します
- フラッターツールを使用してアプリケーションをコンパイルする
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”.
- コンパイルされたファイルはビルドディレクトリにあります