Flutter 1.2: What’s new in this release?

Written by sayonetech | Published 2019/03/11
Tech Story Tags: android-app-development | flutter | dart | flutter-1-point-2 | flutter-one-point-two

TLDRvia the TL;DR App

Mobile cross-platform development has reached a new dimension with the introduction of Flutter. Since the team at Google released Flutter 1.0 in last December, the buzz has been never-ending. And as we talked and debated about the recent entrant, Flutter 1.2 is out!

Flutter 1.2 is the first feature update for Google Flutter. It was released on February 26 at the Mobile World Congress held in Barcelona. So, let’s see what’s new this time!

Dart 2.2

The use of Dart has proven to be a major game changer for Flutter. The performance enhancements offered by Dart for Flutter apps is huge. Keeping this in mind, the new Flutter release includes Dart 2.2 SDK for faster performance.

In Dart 2.2, they have specifically focussed on improving the performance of the Ahead Of Time (AOT) code. Developers can see an improvement in performance by 11–16% on microbenchmarks. With Dart 2 Common Front-End (CFE), it has become easy to build new language features. An example is the introduction of a Set literal language feature. Developers can now write Set literals using { }. ‘

Material & Cupertino Widget Sets

Flutter promises pixel-perfect designs on iOS and Android. To fortify their promise on providing native apps, Flutter has brought significant improvements in its Material and Cupertino widget sets to fool-proof the UI side.

As we dig deep down, it can be noticed that attention to minor details has been heavily implemented. They have extended their support to floating cursor text editing for a faithful UI representation. New animation easing functions are the other notable changes making Flutter more impressive. New keyboard events and mouse hover support have also been introduced to support desktop-class operating systems.

In-App Purchases & Android App Bundles

In-App Purchases and Android App Bundles are supported in Flutter 1.2. The new Android App Bundles help to reduce app size and enable new features such as dynamic delivery for apps. As exciting as it sounds, the Flutter team has also carefully carried out many bug fixes for maps, video player, and webview.

New tools for developers

One of the major benefits of using Flutter is its flexibility. The programming language has been supporting various developer tools such as Visual Studio Code, Android Studio, etc right from the initial days.

Flutter 1.2 has a new web-based set of programming tools to make the developer’s life easy. The tools include Widget inspector, Timeline view, Source-level debugger, and Logging view. These tools can be installed along with the other extensions and plug-ins for Visual Studio Code and Android Studio.

Flutter 1.2 promises improved performance, quality, and stability. The first update release polishes the visual finishes and functionality of existing widgets. As the Flutter talk continues, the team at Google has been looking for ways to improve the technology.

So, what can we expect next? Flutter beyond mobile is already in progress with the Hummingbird release. Stay tuned for more Flutter updates!

Originally published at https://www.sayonetech.com/blog/flutter-new-feature-release/.


Published by HackerNoon on 2019/03/11