Luke Howard
Luke Howard
How difficult would it be to add `armhf` target architecture support (for Linux)?
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.
### Steps to reproduce We are using the binary messenger directly with our own [codec](https://github.com/PADL/FlutterSwift/), not that that should make a difference. I will dig into this some more, but...