5
2

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: New Web Projectってのがもう有ったから動かしてみた

Last updated at Posted at 2019-05-08

やあやあ
Flutter For Web 良いですねぇ

こっちの方法を試してみた。前提として

  1. VSCodeのプラグイン Dart Flutterを最新にして(気づいたらなってた…どちらも3.0.0) command + p でコマンドパレットを開いて下記を実行
    スクリーンショット 2019-05-08 19.50.18.png
    この時点で flutter packages pub global activate webdev ココまでうまく実行してくれてるっぽい挙動をしてた。 でも、 DartのPATHは既に通していたのでなんとも言えない…
  2. コードラボのFlutterプロジェクトを写経してたのでそれを雑に main.dart にコピペして…
    そのプロジェクトはこちら。
    https://codelabs.developers.google.com/codelabs/flutter/#0
    最後の仕上げの過程でiOSとAndroidで見た目を変えるコードを書くが、なんかそれはうまく動かなそうだったので省いた
  3. 最後に ctrl + shift + @ でターミナルを出して webdev serve を実行
    スクリーンショット 2019-05-08 20.12.54.png

_人人人人人人人人_
> なんか動いた <
 ̄Y^Y^Y^Y^Y^Y^YY^ ̄

output.gif

ひたすらに雑ですまん

すごく参考にしました!

Flutter Webを動かしたときにつまづいたこと
flutter webでexampleを動かすまで(flutterインストール済みを想定)

5
2
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
5
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?