diff --git a/provider_counter/lib/main.dart b/provider_counter/lib/main.dart index 77d3414be..53cefc2dd 100644 --- a/provider_counter/lib/main.dart +++ b/provider_counter/lib/main.dart @@ -69,6 +69,7 @@ class MyApp extends StatelessWidget { title: 'Flutter Demo', theme: ThemeData( primarySwatch: Colors.blue, + useMaterial3: true, ), home: const MyHomePage(), );