enable Material 3 on add_to_app/plugin (#1640)

pull/1646/head
Miguel Beltran 1 year ago committed by GitHub
parent 6be2b4e31e
commit 252726c2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,6 +75,7 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Module Title',
theme: ThemeData.light(useMaterial3: true),
routes: {
'/': (context) => const FullScreenView(),
'/mini': (context) => const Contents(),

Loading…
Cancel
Save