helloworld
Last updated
Last updated
https://github.com/kyorohiro/hello_skyengine/tree/master/hello
2015/10/1の時点では、Flutterの開発環境としてはAtomが良い感じです。ですが、まずはメモ帳から初めてみましょう。
コマンドラインから、pubコマンドとdartコマンドを使えるようにしましょう。
[Macの場合]
adbコマンドが使えるようにしましょう。 TODO
pub get pub global activate flutter
"./" で、pubコマンドを入力する。
"./lib/main.dart" を作成して以下を書く。
"./" で、以下のコマンドを入力する。
これで完了です。