Here SDK Flutter 3.0

Issue Im Using Here SDK for Flutter. Now with the Flutter 3.0 update it broke. I tried to change the null aware operators inside that package and the plugins/here_sdk/lib/src/sdk/mapview/here_map.dart —> No more errors. inside plugins/here_sdk/android/src/main/kotlin/com/here/mapview/MapController.kt line 52 plugin.registrar!!.activity().application.registerActivityLifecycleCallbacks(this) changed to:

Continue reading