From 3278aacc501cacc5888e0e1aff26db1514bfc428 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Thu, 13 Jun 2024 01:03:23 -0500 Subject: [PATCH] Fix flutter_lints constraint --- pkgs/samples/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/samples/pubspec.yaml b/pkgs/samples/pubspec.yaml index fb28befa7..43f17871d 100644 --- a/pkgs/samples/pubspec.yaml +++ b/pkgs/samples/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: args: ^2.5.0 - flutter_lints: ^4.0.2 + flutter_lints: ^4.0.0 path: ^1.9.0 flutter: