diff --git a/pets/lib/theme.dart b/pets/lib/theme.dart index 998a019..6bb02f1 100644 --- a/pets/lib/theme.dart +++ b/pets/lib/theme.dart @@ -25,7 +25,7 @@ ThemeData baseTheme(ColorScheme scheme) { ); return ThemeData( - // useMaterial3: true, + useMaterial3: false, scaffoldBackgroundColor: scheme.background, brightness: scheme.brightness, colorScheme: scheme, diff --git a/pets/pubspec.yaml b/pets/pubspec.yaml index 0154c6f..383d3df 100644 --- a/pets/pubspec.yaml +++ b/pets/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.8.4+41 +version: 1.8.5+42 environment: sdk: '>=3.0.0 <4.0.0'