Flutter, Google's new mobile UI framework for creating native mobile apps, is already being targeted for Xamarin development in an open source project on GitHub championed by a handful of developers.
Flutter doesn't create a native button through a bridge, a horribly inefficient bridge to be jumping through every time you call an object from the native platform, but instead creates its own. There ...