Closed kunalmanocha98 closed 2 years ago
https://github.com/VeryGoodOpenSource/very_good_cli/issues/196#issuecomment-931435287
verygoodcore lowercase
It is indeed fixed when you add the following file:
android/app/src/main/kotlin/com/example/verygoodcore/MainActivity.kt
package com.example.verygoodcore
import io.flutter.embedding.android.FlutterActivity
class MainActivity: FlutterActivity() {
}
It's fixed now! in the last version of release the MainActivity.kt file was implemented :)
Thanks all for the contribution! It's now solved in https://github.com/VGVentures/slide_puzzle/pull/6.
Add MainActivity for the android builds