这是indexloc提供的服务,不要输入任何密码
Sitemap
Flutter

Flutter is Google's 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

What’s new in Flutter 3.7

12 min readJan 24, 2023

--

Enhanced Material 3 support

MaterialApp(
theme: ThemeData(
useMaterial3: true,
colorSchemeSeed: Colors.green,
),
// …
);
Zoom image will be displayed

Menu bars and cascading menus

Impeller preview

iOS release validation

DevTools updates

Zoom image will be displayed
Zoom image will be displayed

Custom context menus

Zoom image will be displayed
Zoom image will be displayed

CupertinoListSection and CupertinoListTile widgets

Zoom image will be displayed
Zoom image will be displayed

Scrolling improvements

Internationalization tools and docs

Zoom image will be displayed

Global selection improvements

Video example of the new global selection improvements

Background isolates

Text magnifier

Zoom image will be displayed
Zoom image will be displayed

Swift migration for plugins

Bitcode deprecation

Zoom image will be displayed

iOS PlatformView BackdropFilter

Memory management

Zoom image will be displayed

Sunsetting macOS 10.11 through 10.13

toImageSync

Custom shader support improvements

Font asset hot reload

Reduce animation jank on iOS devices

Summary

--

--

Flutter
Flutter

Published in Flutter

Flutter is Google's 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

Kevin Chisholm
Kevin Chisholm

Written by Kevin Chisholm

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

Responses (17)