Skip to content

Commit de81fc5

Browse files
committed
Bump flutter_lints version and fix build warning
1 parent 51e04c4 commit de81fc5

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 <6.0.0"
30+
flutter_lints: ^5.0.0
3131
flutter_test:
3232
sdk: flutter
3333
mockito: ^5.0.17

0 commit comments

Comments
 (0)