Flutter
今後Androidアプリを開発しようとしている開発者はAndroid SDKで直に開発するのではなく、Flutterを使うべき、
Googleが力を入れてるのは、そう感じるので、ある程度 betする必要がある。
一度、目を通しておいた方がよさそう
install
flutter doctorで状態をみる
javaのerrorが出る...
無視..
flutterのconcept
ここがわかりやすいかも。半分くらいまで読んだ。
inherited widget
a special Widget, that you put in the Widgets tree as a parent of another sub-tree
final MyInheritedWidget inheritedWidget = MyInheritedWidget.of(context);
MyInheritedWidget
hot reloadまではできた。
Widget build(... の widgetとは?
android の minSdkVersionを調整する
it is found at the path ./android/app/build.gradle