Flutter Forward 2023: What’s new in version 3.7

There are a lot of updates coming for Material 3, upgrades for Flutter web, improvements for iOS and more!

The main highlight of Material 3 was Dynamic coloration, and now thanks to theme extensions, you can implement content-based Dynamic colouring.

MaterialApp(
theme: ThemeData(
useMaterial3: true,
colorSchemeSeed: Colors.blue,
),
);

--

--

Mobile Application Developer | GDG Speaker | Technical Blogger at medium | community member at StackOverflow | Organizer @FlutterIndore

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
Shirsh Shukla

Mobile Application Developer | GDG Speaker | Technical Blogger at medium | community member at StackOverflow | Organizer @FlutterIndore