Skip to content

Commit 7af9abe

Browse files
[geolocator]: Bump flutter_lints from 4.0.0 to 5.0.0 in /geolocator (#1578)
* [geolocator]: Bump flutter_lints from 4.0.0 to 5.0.0 in /geolocator 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] <support@github.com> * Fixed analyser warning. Updated flutter lints on AFP to 5.0.0 * update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tim Hoogstrate <tim566@hotmail.com>
1 parent 6e8aa93 commit 7af9abe

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

geolocator/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## NEXT
2+
3+
- Bump `flutter_lints` to version of afp to 5.0.0
4+
15
## 13.0.4
26

3-
- Bump `flutter_lints` to version 5.0.0
7+
- Bump `flutter_lints` to version 5.0.0. Later added: of afp example project.
48

59
## 13.0.3
610

geolocator/lib/geolocator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class Geolocator {
211211
/// for approximate location (iOS 14+ only)
212212
///
213213
/// When using this method, the value of the required property `purposeKey`
214-
/// should match the <key> value given in the
214+
/// should match the &lt;key&gt; value given in the
215215
/// `NSLocationTemporaryUsageDescription` dictionary in the
216216
/// Info.plist.
217217
///

geolocator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ dependencies:
3535
dev_dependencies:
3636
flutter_test:
3737
sdk: flutter
38-
flutter_lints: ">=3.0.1 <5.0.0"
38+
flutter_lints: ^5.0.0
3939
mockito: ^5.0.0-nullsafety.7
4040
plugin_platform_interface: ^2.1.8

0 commit comments

Comments
 (0)