From 718d62bf59490d050ff7fbfbeea23235801546b0 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 22 Jan 2023 22:27:26 +0300 Subject: [PATCH] fixed tests --- pubspec.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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