Skip to content

Commit 36a8d72

Browse files
authored
Remove usage of useMaterial3: true from ThemeData (#2383)
Part of [#162818](flutter/flutter#162818) - [x] I read the [Effective Dart: Style] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Effective Dart: Style]: https://dart.dev/guides/language/effective-dart/style [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent bd63a56 commit 36a8d72

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

firebase-get-to-know-flutter/steps/index.lab.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ class App extends StatelessWidget {
568568
Theme.of(context).textTheme,
569569
),
570570
visualDensity: VisualDensity.adaptivePlatformDensity,
571-
useMaterial3: true,
572571
),
573572
routerConfig: _router, // new
574573
);

0 commit comments

Comments
 (0)