How to host an Android Fragment in a Flutter app as a native view, when the context is a MutableContextWrapper and needs to be added to the View class
I need to host an embedded native view into my Flutter app, I have an Android Fragment and me trying to add it to the View class that registered in FlutterEngine but Fragments need to be added: (context as FragmentActivity).supportFragmentManager…