flutter / put-flutter-to-work

A Flutter add-to-app demo you can try with your own apps
BSD 3-Clause "New" or "Revised" License
321 stars 38 forks source link

Enable Material 3 #213

Closed miquelbeltran closed 1 year ago

miquelbeltran commented 1 year ago

Description

Enabled Material 3 on this sample.

Changes:

As the documentation for ActionChip says:

If [ThemeData.useMaterial3] is true, then [ActionChip] will be styled to match the Material Design 3 Assist and Suggestion chips.

Before Material 3

Screenshot from 2023-04-21 14-39-35 Screenshot from 2023-04-21 14-39-43

With Material 3

Screenshot from 2023-04-21 14-56-42 Screenshot from 2023-04-21 14-56-48

Type of Change