From 4c3e3e25a67c5c69fa03b94037d8076f96d3dc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:15:45 +0200 Subject: [PATCH] chore(deps): bump flutter_lints from 4.0.0 to 5.0.0, add /example to dependabot, fix lint (#1971) * chore(deps): bump flutter_lints from 4.0.0 to 5.0.0 Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages) --- updated-dependencies: - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * bump flutter_lints in /example, fix lint, add dependabot alerts for /example --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com> --- .github/dependabot.yml | 2 +- example/pubspec.yaml | 2 +- lib/flutter_map.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4baacd3e..a387de716 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,7 @@ version: 2 enable-beta-ecosystems: true updates: - package-ecosystem: "pub" - directory: "/" + directories: [ "/", "/example/" ] schedule: interval: "daily" ignore: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 705010e06..37c2fb06f 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -26,7 +26,7 @@ dependency_overrides: path: ../ dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ">=4.0.0 <6.0.0" flutter_test: sdk: flutter diff --git a/lib/flutter_map.dart b/lib/flutter_map.dart index 8e7d1dd3f..f7ad8b96d 100644 --- a/lib/flutter_map.dart +++ b/lib/flutter_map.dart @@ -14,7 +14,7 @@ /// * github.com: /// * pub.dev: /// * discord.gg: -library flutter_map; +library; export 'package:flutter_map/src/geo/crs.dart' hide CrsWithStaticTransformation; export 'package:flutter_map/src/geo/latlng_bounds.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index fa55c078f..f79b21829 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,7 @@ dependencies: vector_math: ^2.1.4 dev_dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ">=4.0.0 <6.0.0" flutter_test: sdk: flutter mocktail: ^1.0.3