2週間程つかってみましたが、かなりよい
Unity より画面はつくりやすく、なれると Native よりも簡単に作れる。
Android Native のエンジニアとして、iOS も Android も同時で開発出来るのは脅威!
以下は、wakelock ライブラリ使用時のエラー
flutter build エラー
FAILURE: Build failed with an exception.
* What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ‘:wakelock’ -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50
Flutter plugins/wakelock-0.4.0/build.gradle
buildscript { // ext.kotlin_version = '1.3.50' ext.kotlin_version = '1.7.10'
ext.kotlin_version = ‘1.7.10’ へ変更