-
I follow the installation guide and if i do the step to change the mainactivity.kt from FlutterActivity to FlutterFragmentActivity it crash on start the app. "MainActivity.kt: (5, 21): Unresolved reference: FlutterFragmentActivity" Any idea? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jonasbark
Sep 21, 2022
Replies: 1 comment 1 reply
-
You're missing an import in your MainActivity.kt |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arnair
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're missing an import in your MainActivity.kt