From d6bac0836551ab17e5f062084c58d57fda0093b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Guimar=C3=A3es=20Aragon?= Date: Sun, 11 Aug 2024 09:32:43 -0300 Subject: [PATCH] allowing versions to be automatically upgraded caused the project to break. This fix allows it to be ran again. --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e7498a6..673698c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,10 +37,10 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.2 snippet_coder_utils: ^1.0.12 - dropdown_search: ^5.0.5 + dropdown_search: 5.0.5 flutter_html: ^2.2.1 email_validator: ^2.1.17 - syncfusion_flutter_datepicker: ^20.4.44 + syncfusion_flutter_datepicker: 20.4.44 dev_dependencies: flutter_test: