Skip to content

Commit 60a3249

Browse files
[geolocator_linux]: Bump flutter_lints from 4.0.0 to 5.0.0 in /geolocator_linux (#1579)
* [geolocator_linux]: Bump flutter_lints in /geolocator_linux 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> * Bump flutter_lints version and fix build warning --------- 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 7af9abe commit 60a3249

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

geolocator_linux/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## NEXT
2+
3+
- Updates dependency on flutter_lints to version 5.0.0
4+
15
## 0.2.3
26

3-
- Updates dependency on flutter_lints to version 5.0.0.
7+
- Updates dependency on flutter_lints to version 5.0.0. Later added: of example project.
48

59
## 0.2.2
610

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
library geolocator_linux;
2-
31
export 'src/geolocator_linux.dart';

geolocator_linux/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727

2828
dev_dependencies:
2929
build_runner: ^2.1.8
30-
flutter_lints: ">=3.0.1 <5.0.0"
30+
flutter_lints: ^5.0.0
3131
flutter_test:
3232
sdk: flutter
3333
mockito: ^5.0.17

0 commit comments

Comments
 (0)