Skip to content

Commit

Permalink
Merge branch 'master' into fix/1338
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored Sep 27, 2024
2 parents ae9a22d + 4c3e3e2 commit 8b2c250
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
enable-beta-ecosystems: true
updates:
- package-ecosystem: "pub"
directory: "/"
directories: [ "/", "/example/" ]
schedule:
interval: "daily"
ignore:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/flutter_map.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// * github.com: <https://github.com/fleaflet/flutter_map>
/// * pub.dev: <https://pub.dev/packages/flutter_map>
/// * discord.gg: <https://discord.gg/BwpEsjqMAH>
library flutter_map;
library;

export 'package:flutter_map/src/geo/crs.dart' hide CrsWithStaticTransformation;
export 'package:flutter_map/src/geo/latlng_bounds.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b2c250

Please sign in to comment.