enable Material 3 on add_to_app/fullscreen (#1638)

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

@ -64,6 +64,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