Flutter 3.3 has been announced, introducing important updates towards its essential goal: a true cross-platform app development toolkit covering mobile, web, desktops or as authors aim - any device with a display.
Tag: Flutter

Flutter 2.8 and Dart 2.15 released
News for flutter:
- Flutter apps now more performant, use less memory and startups faster.
- Performance testing are easier with new DartDevTools and profiling features
- Casual game development with Flame v.1.0.0
- It easier than ever to connect apps to back-end services(Firebase and Google Cloud)
- Authentication with Firebase are much easier than before.
- Major updates for flutter ecosystem(Like FlutterSVG, and etc)
News for Dart:
- Fast concurrency with worker isolates
- Constructor tear-offs
- Improved enums in the dart:core library
- Dart DevTools included in the Dart SDK
- New pub features for package publishers
- Compressed pointers (approximately 10% reduction of the Dart heap size)
Links:
Flutter SVG is in release now
Flutter SVG is the library that provides the ability to render SVG in Flutter
On December 4, 2021, Flutter SVG was updated to 1.0.0 and officially in a stable release.
List of changes in this library:
- New widget/RenderObject implementation to avoid rebuilds/paints when near or overlapping an animating widget. Also should improve raster cacheability.
- Correctly list web as a supported platform.
- Support for em/ex units.
- Stable 1.0.0 release.
Links: