Flutter
Published in

Flutter

What’s new in Flutter 3.7

Material 3 updates, iOS improvements, and much more!

Enhanced Material 3 support

MaterialApp(
theme: ThemeData(
useMaterial3: true,
colorSchemeSeed: Colors.green,
),
// …
);

Menu bars and cascading menus

Impeller preview

iOS release validation

DevTools updates

Custom context menus

CupertinoListSection and CupertinoListTile widgets

Scrolling improvements

Internationalization tools and docs

Global selection improvements

Video example of the new global selection improvements

Background isolates

Text magnifier

Swift migration for plugins

Bitcode deprecation

iOS PlatformView BackdropFilter

Memory management

Sunsetting macOS 10.11 through 10.13

toImageSync

Custom shader support improvements

Font asset hot reload

Reduce animation jank on iOS devices

Summary

--

--

Flutter is Google's mobile UI framework for crafting high-quality native interfaces on iOS, Android, web, and desktop. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Learn more at https://flutter.dev

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Kevin Chisholm

Kevin Chisholm is a Technical Program Manager for Dart and Flutter at Google.