From 3dddd492fe89bc4b98591b59c00cf46fcb84ccde Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Sat, 18 May 2024 23:49:28 +0200 Subject: [PATCH] feat: allow latest `flutter_lints` version (#419) --- example/pubspec.yaml | 2 +- maplibre_gl_platform_interface/pubspec.yaml | 2 +- maplibre_gl_web/pubspec.yaml | 2 +- pubspec.yaml | 2 +- scripts/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index cddd9322f..f2c3deff7 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -45,7 +45,7 @@ dependency_overrides: path: .. dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: '>=3.0.0 <5.0.0' flutter_test: sdk: flutter diff --git a/maplibre_gl_platform_interface/pubspec.yaml b/maplibre_gl_platform_interface/pubspec.yaml index 031a4c2e3..0caac9bab 100644 --- a/maplibre_gl_platform_interface/pubspec.yaml +++ b/maplibre_gl_platform_interface/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: meta: ^1.0.5 dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: '>=3.0.0 <5.0.0' environment: sdk: '>=2.14.0 <3.0.0' diff --git a/maplibre_gl_web/pubspec.yaml b/maplibre_gl_web/pubspec.yaml index e04dbee2a..bf64d2a2b 100644 --- a/maplibre_gl_web/pubspec.yaml +++ b/maplibre_gl_web/pubspec.yaml @@ -30,7 +30,7 @@ dependency_overrides: path: ../maplibre_gl_platform_interface dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: '>=3.0.0 <5.0.0' environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 9a2c5d8a4..d3b39fc5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: ref: main dev_dependencies: - flutter_lints: ^3.0.0 + flutter_lints: '>=3.0.0 <5.0.0' dependency_overrides: maplibre_gl_platform_interface: diff --git a/scripts/pubspec.yaml b/scripts/pubspec.yaml index 9a5bca944..959e8c67b 100644 --- a/scripts/pubspec.yaml +++ b/scripts/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: recase: ^4.0.0 dev_dependencies: - flutter_lints: ^4.0.0 \ No newline at end of file + flutter_lints: '>=3.0.0 <5.0.0' \ No newline at end of file