Skip to content

Commit b7b8ee1

Browse files
Merge pull request #58 from icapps/feature/fix-analyzer
Fixed analyzer
2 parents fce2336 + 2de59b9 commit b7b8ee1

File tree

4 files changed

+176
-105
lines changed

4 files changed

+176
-105
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - 10-04-2023
1+
## 1.4.1 - 17-06-2023
22
- Updates Play Services Location library
33

44
## 1.4.0 - 11-01-2023

analysis_options.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ analyzer:
44
missing_return: error
55
todo: ignore
66
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
1010
exclude:
1111
- '**.g.dart'
1212
- 'lib/util/locale/**'
@@ -17,7 +17,6 @@ linter:
1717
- prefer_collection_literals
1818
- avoid_print
1919
- always_put_required_named_parameters_first
20-
- always_require_non_null_named_parameters
2120
- annotate_overrides
2221
- avoid_bool_literals_in_conditional_expressions
2322
- avoid_catching_errors
@@ -33,8 +32,6 @@ linter:
3332
- avoid_relative_lib_imports
3433
- avoid_renaming_method_parameters
3534
- avoid_return_types_on_setters
36-
- avoid_returning_null
37-
- avoid_returning_null_for_future
3835
- avoid_returning_null_for_void
3936
- avoid_returning_this
4037
- avoid_setters_without_getters

0 commit comments

Comments
 (0)