Skip to content

Commit 20fe3d1

Browse files
[geolocator_platform_interface]: Bump flutter_lints from 4.0.0 to 5.0.0 in /geolocator_platform_interface (#1580)
* [geolocator_platform_interface]: Bump flutter_lints 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] <[email protected]> * update version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tim Hoogstrate <[email protected]>
1 parent 5860a2c commit 20fe3d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

geolocator_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## NEXT
2+
3+
- Updated `flutter_lints` to version `^5.0.0`.
4+
15
## 4.2.6
26

37
- Updates documentation `isMocked` to bring it in line with the functionality. `isMocked` for iOS 15 and higher depends on the result from isSimulatedBySoftware.

geolocator_platform_interface/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev_dependencies:
1818
async: ^2.11.0
1919
flutter_test:
2020
sdk: flutter
21-
flutter_lints: ">=3.0.1 <5.0.0"
21+
flutter_lints: ^5.0.0
2222
mockito: ^5.4.2
2323

2424
environment:

0 commit comments

Comments
 (0)