I’m trying to develop a android flutter plugin. The problem im encountering is that i cant’t find a way to open up the android file that provides propper highlighting. The code in Kotlin works fine when executet, but Android Studio marks it as false.
I would love to get propper suggestions and highlighting from Android Studio while editing the kotlin file so I know what I’m doing. What seams to be missing are the references to the dart features on the native side.
What I’ve tried:
- Opening the android module part of the plugin seperatly
- Opening the example module part of the plugin seperatly
- Opening the example/android module part of the plugin seperatly
- Trying diffrent versions of Android Studio