1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Flutter よく使うコマンド (随時追加)

Last updated at Posted at 2019-08-14

お酒を飲む前にFlutterでよく使うコマンドをメモメモ

アプリの作成

flutter create myapp

アプリの起動

flutter run

パッケージ取得

flutter packages get

キャシュ削除

flutter clean

環境確認

flutter doctor

ios xcode起動

open ios/Runner.xcworkspace

build(ios/Android)

flutter build ios
flutter build apk

参考ドキュメント
ios : https://flutter.dev/docs/deployment/ios
Android : https://flutter.dev/docs/deployment/android
※ 何も設定せず、コマンドを叩いても動かないのでドキュメント見て設定してからコマンドを叩きましょう!設定方法は、後日まとめる予定です!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?