File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## NEXT
2
+
3
+ - Bump ` flutter_lints ` to version of afp to 5.0.0
4
+
1
5
## 13.0.4
2
6
3
- - Bump ` flutter_lints ` to version 5.0.0
7
+ - Bump ` flutter_lints ` to version 5.0.0. Later added: of afp example project.
4
8
5
9
## 13.0.3
6
10
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class Geolocator {
211
211
/// for approximate location (iOS 14+ only)
212
212
///
213
213
/// When using this method, the value of the required property `purposeKey`
214
- /// should match the < key> value given in the
214
+ /// should match the < key> value given in the
215
215
/// `NSLocationTemporaryUsageDescription` dictionary in the
216
216
/// Info.plist.
217
217
///
Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ dependencies:
35
35
dev_dependencies :
36
36
flutter_test :
37
37
sdk : flutter
38
- flutter_lints : " >=3.0.1 < 5.0.0"
38
+ flutter_lints : ^ 5.0.0
39
39
mockito : ^5.0.0-nullsafety.7
40
40
plugin_platform_interface : ^2.1.8
You can’t perform that action at this time.
0 commit comments