"Add a Flutter Fragment to an Android app" but in Compose #11589
Labels
e2-days
Effort: < 5 days
from.page-issue
Reported in a reader-filed concern
p2-medium
Necessary but not urgent concern. Resolve when possible.
Page URL
https://docs.flutter.dev/add-to-app/android/add-flutter-fragment/
Page source
https://github.com/flutter/website/tree/main/src/content/add-to-app/android/add-flutter-fragment.md
Describe the problem
Please update to also show an implementation with the host activity in Jetpack Compose.
I've tried using
AndroidFragment
composable but it does not expose theFlutterFragment
instance so I can forward the lifecycle calls (onPostResume()
etc.) noted on the same page.Expected fix
Add an example for importing
FlutterFragment
s in Jetpack ComposeAdditional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: