Enable Material 3 on provider_counter (#1626)

Co-authored-by: Brett Morgan <brettmorgan@google.com>
pull/1633/head
Miguel Beltran 1 year ago committed by GitHub
parent d001cd079e
commit 394459bd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,6 +69,7 @@ class MyApp extends StatelessWidget {
title: 'Flutter Demo',
theme: ThemeData(
primarySwatch: Colors.blue,
useMaterial3: true,
),
home: const MyHomePage(),
);

Loading…
Cancel
Save