Google Flutter Release Candidate 1 Now Available
Google’s new cross platform mobile SDK, Google Flutter, has had its first Release Candidate build released for developers to use and test. Flutter was announced way back in February at Mobile World Congress and it is aimed to give developers a leg up in developing mobile apps that are native for both Android and iOS.
The beauty of Flutter is that it comes packing its own rendering engine and framework which, in essence, bypasses the native UI frameworks in both platforms. This is not something new for developers, especially game developers who have used different rendering engines. This allows for significant performance increases (particularly on Android). When you compile the app with the available Android and iOS SDKs, you get the appropriate app & framework for the respective platform.