From 3d87dca1778cb329a8ba7aa2c14c691868c4286b Mon Sep 17 00:00:00 2001 From: Eric Nguyen Date: Sat, 8 Jun 2024 11:39:16 -0400 Subject: [PATCH] fix: Remove version number from test dependency to fix build issue (#101) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e9987cc..c700ec3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -22,7 +22,7 @@ dev_dependencies: flutter_lints: ^4.0.0 flutter_native_splash: ^2.4.0 flutter_launcher_icons: ^0.13.1 - test: ^1.25.5 + test: dart_pre_commit: ^5.3.0 git_hooks: ^1.0.1