From f1d97496a2679f470202f17298cd76a0411d7a8c Mon Sep 17 00:00:00 2001 From: Mehmet Fidanboylu Date: Tue, 8 Oct 2019 10:20:58 -0700 Subject: [PATCH] Do the same changes to flare_dart --- flare_dart/analysis_options.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flare_dart/analysis_options.yaml b/flare_dart/analysis_options.yaml index 2da0fe6..7f8d90e 100644 --- a/flare_dart/analysis_options.yaml +++ b/flare_dart/analysis_options.yaml @@ -2,6 +2,8 @@ analyzer: strong-mode: implicit-casts: false implicit-dynamic: false + errors: + unused_import: error linter: rules: @@ -85,7 +87,7 @@ linter: - prefer_is_empty - prefer_is_not_empty - prefer_iterable_whereType - - prefer_mixin + # - prefer_mixin - prefer_null_aware_operators - prefer_typing_uninitialized_variables - prefer_void_to_null