Announcing the Swift on Android Working Group, with the goal of establishing and maintaining Android as an officially supported platform for Swift. More here: https://forums.swift.org/t/announcing-the-android-workgroup/80666 #android
@mihamarkic These sound like the issues I experienced with Xamarin.Forms.
With Flutter we don’t experience things like this too often as we’re not using native apis that much.
@mihamarkic Since flutter renders everything on their own canvas it seems like it’s a bit more resilient than frameworks that try to resolve to native UI.
That being said there can be an odd Xcode update that makes compiling/debugging break until they fix that. But I’m really worried about SDK changes breaking things.
The most I have to mess with native stuff is if we’re using Bluetooth or the odd setting update in a plist file, app icons, etc.