1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Migrate game_template to Material 3 (#1613)

This commit is contained in:
Miguel Beltran
2023-01-31 22:14:32 +01:00
committed by GitHub
parent f088262e2e
commit 6bea60b091
6 changed files with 18 additions and 12 deletions

View File

@@ -255,6 +255,7 @@ class MyApp extends StatelessWidget {
color: palette.ink,
),
),
useMaterial3: true,
),
routeInformationProvider: _router.routeInformationProvider,
routeInformationParser: _router.routeInformationParser,