From c11b89b95dd99b1b736f71167c7a9d0db2f2b7a7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 9 May 2024 18:02:33 +0000 Subject: [PATCH] Update dependency flutter_lints to v4 --- frontend/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pubspec.yaml b/frontend/pubspec.yaml index 578aad0..f6f888c 100644 --- a/frontend/pubspec.yaml +++ b/frontend/pubspec.yaml @@ -50,7 +50,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^3.0.0 + flutter_lints: ^4.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec -- 2.45.2