From 27764e8da1b880226fd9dc6af35cece2163439f4 Mon Sep 17 00:00:00 2001 From: Dmitry Krutskikh Date: Sat, 21 Oct 2023 21:54:58 +0300 Subject: [PATCH] chore: revert bump lints dependency --- plugins/native_dio_adapter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/native_dio_adapter/pubspec.yaml b/plugins/native_dio_adapter/pubspec.yaml index bb2f9e441..8e9745136 100644 --- a/plugins/native_dio_adapter/pubspec.yaml +++ b/plugins/native_dio_adapter/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: http: ^1.0.0 dev_dependencies: - lints: ^3.0.0 + lints: ^2.0.0 flutter_test: sdk: flutter