From 25635b387eb3f1bd5fa2c36d35246e6778c114a9 Mon Sep 17 00:00:00 2001 From: Peter Bwire Date: Mon, 27 Jul 2026 09:58:40 +0300 Subject: [PATCH] chore(deps): bump flutter_lints to v6 and require Dart 3 --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f22a0c1..524e874 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,9 +6,9 @@ description: | version: 1.2.1 repository: https://github.com/pitabwire/xid environment: - sdk: ^2.18.0 + sdk: '>=3.0.0 <4.0.0' dev_dependencies: - flutter_lints: ^2.0.2 + flutter_lints: ^6.0.0 test: ^1.16.0