From 2a9a5576ee30f30c6fba8d9cd3db6a0c9ce74531 Mon Sep 17 00:00:00 2001 From: Moe <moe@chocola.dev> Date: Thu, 12 May 2022 10:24:52 +0700 Subject: [PATCH] Update flutter_lints to v2.0.1 (Preview) --- pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 942987e..80fc46c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -166,7 +166,7 @@ packages: name: flutter_lints url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "2.0.1" flutter_test: dependency: "direct dev" description: flutter @@ -218,7 +218,7 @@ packages: name: lints url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "2.0.0" lottie: dependency: "direct main" description: @@ -540,5 +540,5 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.17.0-0 <3.0.0" + dart: ">=2.17.0-206.0.dev <3.0.0" flutter: ">=2.10.0" diff --git a/pubspec.yaml b/pubspec.yaml index c766bb2..4f16b42 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -41,7 +41,7 @@ dependencies: shared_preferences: ^2.0.13 dev_dependencies: - flutter_lints: ^1.0.0 + flutter_lints: ^2.0.1 flutter_test: sdk: flutter