I've read that a Flutter activity can be inside of an existing Android app. I'd like to use an existing Android activity (OSMDroid's mapview) inside of a Flutter app. I understand that I'd lose iOS compatibility in that case, but I'll deal with that later... :)
Alternatively, I would like to understand how to adapt an existing dart package, like package:google_maps/google_maps.dart so that it can work in Flutter. Where could I find some example code to read?
Sorry if these are all patently impossible and I'm barking up the wrong tree. Am new here... :)
-jeff