Flutter/Dart
プロジェクト作成コマンド
flutter create --org com.example -i swift -a kotlin myapp
その他オプション
--template=plugin
: プラグイン用プロジェクト
その他コマンド
iOSでビルド
cd ./example
flutter build ios --no-codesign
Androidでビルド
cd ./example
flutter build apk
flutter create --org com.example -i swift -a kotlin myapp
--template=plugin
: プラグイン用プロジェクト
cd ./example
flutter build ios --no-codesign
cd ./example
flutter build apk