material-components / material-components-flutter-codelabs

Codelabs for Material Components for Flutter
212 stars 246 forks source link

Update to M3 - Start #284

Closed rodydavis closed 1 year ago

rodydavis commented 1 year ago

There is no theme defined yet on the material app. How do you set useMaterial3 to true without a theme?

guidezpl commented 1 year ago

You would have to add a minimal light theme: Theme.light(useMaterial3: true) and dark theme: Theme.dark(useMaterial3: true) themes

rodydavis commented 1 year ago

Currently the app is only light theme, but i can add the place holder

rodydavis commented 1 year ago

Done!