File tree Expand file tree Collapse file tree 4 files changed +176
-105
lines changed Expand file tree Collapse file tree 4 files changed +176
-105
lines changed Original file line number Diff line number Diff line change 1
- ## 1.4.1 - 10-04 -2023
1
+ ## 1.4.1 - 17-06 -2023
2
2
- Updates Play Services Location library
3
3
4
4
## 1.4.0 - 11-01-2023
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ analyzer:
4
4
missing_return : error
5
5
todo : ignore
6
6
sdk_version_async_exported_from_core : ignore
7
- strong-mode :
8
- implicit -casts : false
9
- implicit-dynamic : false
7
+ language :
8
+ strict -casts : false
9
+ strict-raw-types : false
10
10
exclude :
11
11
- ' **.g.dart'
12
12
- ' lib/util/locale/**'
@@ -17,7 +17,6 @@ linter:
17
17
- prefer_collection_literals
18
18
- avoid_print
19
19
- always_put_required_named_parameters_first
20
- - always_require_non_null_named_parameters
21
20
- annotate_overrides
22
21
- avoid_bool_literals_in_conditional_expressions
23
22
- avoid_catching_errors
@@ -33,8 +32,6 @@ linter:
33
32
- avoid_relative_lib_imports
34
33
- avoid_renaming_method_parameters
35
34
- avoid_return_types_on_setters
36
- - avoid_returning_null
37
- - avoid_returning_null_for_future
38
35
- avoid_returning_null_for_void
39
36
- avoid_returning_this
40
37
- avoid_setters_without_getters
You can’t perform that action at this time.
0 commit comments