Google Announces Flutter for Windows
(4 February 2022)

Other recent news...

Microsoft highlights .NET 8 Hardware Intrinsics features
Additional hardware functionality via APIs so the bespoke web apps we develop can take advantage of users' underlying hardware, e.g. WebAssembly support so that core algorithms can...
11 December 2023
Google launches Gemini AI model
Gemini was designed for flexibility, so it can run on everything from data centres to mobile devices. It's been optimized for three different sizes: Ultra, Pro and Nano (for on-dev...
6 December 2023
Apple launches release candidate versions of iOS 17.2 & iPadOS 17.2
Developing and testing our bespoke Apple iOS apps on beta versions of iOS 17.2 & iPadOS 17.2 allows our app developers to confirm that the apps we develop will work as expected...
5 December 2023
Google Announces Flutter for Windows
Flutter 2.10 enables the development of high-quality Windows apps that also run as native apps on Android and iOS devices as well as web platforms - all from the same codebase!

Flutter is an SDK (software development kit) first released by Google in 2017. It is used to develop cross platform applications from a single codebase. As New Media Aid are seasoned software engineers who are specialised in bespoke Android app development and advanced web app development, our ears pricked up when we first heard about Flutter. Could we really develop native-like apps for multiple platforms (Android, iOS, Linux, Mac & Web) from the same computer code? If so, the cost savings for both the initial development and ongoing maintenance and enhancements would be substantial meaning we could offer even lower prices to our customers for the development of their bespoke apps.

New Media Aid focuses on the development of complex bespoke enterprise apps (integrating with a multitude of APIs, libraries, Bluetooth peripherals, etc.) and therefore we wished to know if such a cross platform solution would cater for our complex needs. Our low cost app engineers have tested rebuilding some of the existing Android apps we developed in the Java programming language and recoded these in the Dart programming language to use Flutter. Dart is an object-oriented, class-based, garbage-collected language with C-style syntax so very similar to the C# language we use for .Net web app development and the Java language we use for Android app development.

Developing bespoke apps in Flutter is very different from "normal" software development as it is based more on widgets rather than code, the Dart code is used to define the hierarchy of the widgets used in the construction of every Flutter application. Basically you are placing widgets on screens (e.g. app bar, row, text, image, forms, scrolling grid, button, etc.) by writing Dart code and it is the Flutter engine which then creates the the native apps for the various platforms (e.g. .apk files for Android apps, .app files for iOS, .msi files for Windows etc.).

Just as with Android and iOS, the Windows implementation of Flutter integrates a Dart framework and C++ engine that communicate through an embedding layer hosting the Flutter engine that translates Windows messages. This allows our app engineers to create apps that look and run well Windows but still work well on other desktop or mobile devices, as well as the web - all from the same codebase!

Flutter is an open-source mobile application development framework created by Google. It allows developers to build high-quality, natively compiled applications for mobile, web, and desktop from a single codebase.

Flutter uses a reactive programming model and includes a comprehensive set of pre-built widgets, making it easy for developers to build beautiful and customizable UIs. It also offers features like hot reload, which allows developers to see the changes they make in real-time without needing to restart the app.

Flutter uses the Dart programming language, which is also developed by Google, and provides access to a wide range of libraries and packages for developers to use. The framework is gaining popularity in the mobile development community due to its ease of use, speed, and flexibility.


Flutter is a mobile app development framework created by Google. It allows developers to build high-quality, natively compiled applications for mobile, web, and desktop from a single codebase.

Flutter uses a reactive programming model, which allows for fast and flexible UI development. It also includes a rich set of pre-built widgets and tools, making it easy to create beautiful and responsive user interfaces.

One of the unique features of Flutter is its use of a proprietary graphics engine called Skia, which allows for fast rendering and fluid animations. It also includes a hot-reload feature, which allows developers to quickly see changes to their code without having to restart the app.

Flutter is written in the Dart programming language, which was also developed by Google. Dart is a strongly typed, object-oriented language with features such as garbage collection, asynchronous programming, and type inference.

Overall, Flutter is a powerful and flexible tool for building high-quality mobile, web, and desktop applications quickly and efficiently.


more news...