FlutterSwift
FlutterSwift copied to clipboard
Flutter and Swift integration for embedded platforms
https://forums.swift.org/t/improving-swift-support-and-interoperability-experience-for-android/71470 We should add support for the Android embedder.
Flutter engine artefact needs to include both debug and release builds, and `Package.swift` needs to be updated accordingly to select the correct one.
Better tooling: * build Flutter and Swift packages in one go * integrate with Gradle for Android builds * make it easy to target multiple platforms without copy and pasting...
After rebasing our swift-java fork to the latest version, the counter example appears to compile and link for Android, but not function completely. Setting a breakpoint on the C symbol...