You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out how to fix this, and it surprisingly had nothing to do with Kotlin. Flutter apps now run Android Embedding V2, whereas this package only works with V1.
I made a pull request which makes the package work with V2.
When I add this code to my MainActivity.kt in Kotlin, I get the following error,
MainActivity.kt: (10, 5): 'configureFlutterEngine' overrides nothing
My MainActivityFile
Any help is appreciated. The feature of receiving shared files is critical to my apps functionality.
Thanks in advance
The text was updated successfully, but these errors were encountered: