From eef922488a2f433f13b83777c8b00a5a6461a48f Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Fri, 21 Jul 2023 03:35:59 +0200 Subject: [PATCH] Enable material 3 on `deeplink_store_example` (#1947) Enabling Material 3 Change is very subtle. #### Before Material 3 Screenshot 2023-07-20 at 13 48 29 #### With Material 3 Screenshot 2023-07-20 at 13 48 39 ## Pre-launch Checklist - [ ] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [ ] I signed the [CLA]. - [ ] I read the [Contributors Guide]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/wiki/Chat [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md Co-authored-by: Brett Morgan --- deeplink_store_example/lib/main.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/deeplink_store_example/lib/main.dart b/deeplink_store_example/lib/main.dart index fc0518d90..e2684c332 100644 --- a/deeplink_store_example/lib/main.dart +++ b/deeplink_store_example/lib/main.dart @@ -28,6 +28,7 @@ class MyApp extends StatelessWidget { Widget build(BuildContext context) { return MaterialApp.router( debugShowCheckedModeBanner: false, + theme: ThemeData.light(useMaterial3: true), routerConfig: GoRouter( routes: [ GoRoute(