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

Re:ゼロから始めるスマホアプリ開発 VScodeでホットリロードを試したみた編

Last updated at Posted at 2023-04-17

こんにちは、こんばんは!
ディアブロIVのベータが終わってしまって、虚無空間を発動しています。
バーバリアンとローグ使っていたんですが近接がボスに対してきつかった!
上司もそう言ってた!

今回はFlutterに搭載されている機能でホットリロードを試してみたいと思います。

今回のゴール

VScodeでホットリロードを使って値を書き換える。
前回の記事はこちら

ホットリロードとは

スマホアプリ開発ってソースを書き換えたらビルドして少し待って、出来を確認という手間があると思うのですが、ホットリロードはそういった時間なく修正したところをすぐに確認できます!

さぁ、いくぞ!

  1. 仮想デバイスを立ち上げます
    image.png

  2. F5を押してデバッグモードにします
    image.png

  3. そして書き換えるだけ!
    image.png

まとめ

普段、webの開発している身としては同じ感じ開発できるのはとてもありがたい…
これなら効率的に開発できそうです!
今回は以上です!

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