What’s new in Flutter 3.7
Flutter 3.7 includes several new features and improvements, including:
Improved developer productivity and workflow through new features such as the Flutter IntelliJ IDEA plugin, a new webdev tool, and improved hot reload.
Enhanced support for desktop and web apps, including improved mouse and keyboard support and new web-specific APIs.
New Dart language features, such as null safety, which helps prevent null reference errors in your code.
Additional Dart libraries and package updates, including the introduction of the new Dart FFI (Foreign Function Interface) for calling C code from Dart.
Improved performance and reduced binary size for apps.
Enhancements to the Dart SDK, including improved inference and new features in the Dart VM.
Improved support for localization and accessibility, and a new Dart Internationalization library.
New widgets and material design enhancements, including new text editing and scrolling widgets, and improved support for touch devices.
And many other bug fixes, performance improvements, and new APIs.