1
0

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 1 year has passed since last update.

flutter コマンド操作 VScodeショートカットキー

Last updated at Posted at 2022-06-13

初めに

慣れるまで、見返しそうな部分をまとめております。

◎ターミナル操作

ターミナルからflutterプロジェクト作成

$ flutter create [プロジェクト名]

Flutterプロジェクトを起動

cd [プロジェクトのpas]
flutter run

Flutterプロジェクトを停止

ターミナル上で  "commnad"+"C”

◎VScode

VScode ショートカット

操作 ショートカット
デバック実行 F5キー(fnキーを押すと出てくる)
ホットリロード Command + S
クイックウィジェット(Wrapしたい時等) Command + .
stl StatelessWidget 雛形作成

VScode プロジェクト作成

ターミナルを利用せず、VScodeから直接、プロジェクトを作成する方法。

1:コマンドパレットを開く

VSxcodeを立ち上げた最初の画面で、
shift + Command + P でコマンドパレットを開く

2:コマンドパレットに入力していく

[1]

Flutter: New Project

[2]

Application

[3]
プロジェクトの作成場所を決める。
[4]
プロジェクト名を入力して完了。

VScode上でコンソールを起動

コマンドパレッドで、Create New Terminal

終わりに

学習進めるごとに、覚えたものを追記していく予定です。

[Twitter]
https://mobile.twitter.com/tatsuki_kt

1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?