diff --git a/pubspec.yaml b/pubspec.yaml index 7db6864..77f6b62 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: sdk: flutter intl: 0.17.0 intl_utils: 2.8.1 - material_color_utilities: 0.2.0 + material_color_utilities: 0.1.5 package_info_plus: 3.0.2 permission_handler: 10.2.0 provider: 6.0.4 @@ -29,9 +29,10 @@ dev_dependencies: flutter_launcher_icons: 0.11.0 flutter_lints: 2.0.0 flutter_native_splash: 2.2.16 + test: 1.22.2 dependency_overrides: - material_color_utilities: 0.2.0 + test_api: 0.4.12 flutter: uses-material-design: true