"Create a `FlutterPluginUtils.kt`, and port static methods from `FlutterPlugin` there" by Gray Mackall was merged into #Flutter master github.com/flutter/flutter/p…
Quick Flutter Question
We are trying to build a Flutter wrapper on top of existing native android and iOS SDKs
Anyone with pointers on how we can call "Compose" and "Swift UI" components in android and iOS folders on Flutter
We extend "FlutterPlugin" on android and iOS, and we use "package:pigeon/pigeon.dart" for communication between Flutter and host platform
We want to be able to pass data from Flutter to host platform (this works), then call built UI components inside our native sdks.
Tried a few solutions but none of them seems to work
@muli_eriq@kendyjaky@J_Akello@sam_baraka_
You might be interested in keeping eye on github.com/flutter/flutter/i…
mixing AppDelegate and FlutterPlugin is a way to get up to speed, but in general don't think it's a good idea to mix these 😉