Posts

Showing posts with the label Flutter 2.5

Flutter 2.5 What’s New

Image
Flutter 2.5 is released on 8th September 2021. There are so many performance improvements in this release and we can easily track down performance problems in our app. Basically, Flutter 2.5 performance improvements are targeting iOS.  Flutter apps  built on the Apple silicon M1 Mac run on the ios simulator. It supports Full-Screen Android applications and improves improvements in scrolling, MaterialBanner support, etc. Dart 2.14: Flutter 2.5 comes with 2.14, The new release has new features like new formatting to make cascades clearer, new pub support for ignoring files, and languages features, including the return of the legendary triple shift operator. The best thing about dart 2.14 is that this release creates a standard set of hints shared between new dart and flutter projects that come out of the box. Android Full-Screen Mode: The big change in flutter 2.5 is full-screen mode support for apps running on android. There is Support for various screen modes, which affect the...