Skip to content

[geolocator_linux]: Bump flutter_lints from 4.0.0 to 5.0.0 in /geolocator_linux #1579

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion geolocator_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT

- Updates dependency on flutter_lints to version 5.0.0

## 0.2.3

- Updates dependency on flutter_lints to version 5.0.0.
- Updates dependency on flutter_lints to version 5.0.0. Later added: of example project.

## 0.2.2

Expand Down
2 changes: 0 additions & 2 deletions geolocator_linux/lib/geolocator_linux.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
library geolocator_linux;

export 'src/geolocator_linux.dart';
2 changes: 1 addition & 1 deletion geolocator_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:

dev_dependencies:
build_runner: ^2.1.8
flutter_lints: ">=3.0.1 <5.0.0"
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
mockito: ^5.0.17
Expand Down