diff --git a/analysis_options.yaml b/analysis_options.yaml index 8a52cd1..409daf3 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -20,10 +20,6 @@ analyzer: # allow self-reference to deprecated members (we do this because otherwise we have # to annotate every member in every test, assert, etc, when we deprecate something) deprecated_member_use_from_same_package: ignore - # Ignore analyzer hints for updating pubspecs when using Future or - # Stream and not importing dart:async - # Please see https://github.com/flutter/flutter/pull/24528 for details. - sdk_version_async_exported_from_core: ignore # Ignore imports due to f***ed up import hierarchies. unnecessary_import: ignore exclude: diff --git a/flutter_web_auth_2/analysis_options.yaml b/flutter_web_auth_2/analysis_options.yaml index 8a52cd1..409daf3 100644 --- a/flutter_web_auth_2/analysis_options.yaml +++ b/flutter_web_auth_2/analysis_options.yaml @@ -20,10 +20,6 @@ analyzer: # allow self-reference to deprecated members (we do this because otherwise we have # to annotate every member in every test, assert, etc, when we deprecate something) deprecated_member_use_from_same_package: ignore - # Ignore analyzer hints for updating pubspecs when using Future or - # Stream and not importing dart:async - # Please see https://github.com/flutter/flutter/pull/24528 for details. - sdk_version_async_exported_from_core: ignore # Ignore imports due to f***ed up import hierarchies. unnecessary_import: ignore exclude: diff --git a/flutter_web_auth_2/example/analysis_options.yaml b/flutter_web_auth_2/example/analysis_options.yaml index 8a52cd1..409daf3 100644 --- a/flutter_web_auth_2/example/analysis_options.yaml +++ b/flutter_web_auth_2/example/analysis_options.yaml @@ -20,10 +20,6 @@ analyzer: # allow self-reference to deprecated members (we do this because otherwise we have # to annotate every member in every test, assert, etc, when we deprecate something) deprecated_member_use_from_same_package: ignore - # Ignore analyzer hints for updating pubspecs when using Future or - # Stream and not importing dart:async - # Please see https://github.com/flutter/flutter/pull/24528 for details. - sdk_version_async_exported_from_core: ignore # Ignore imports due to f***ed up import hierarchies. unnecessary_import: ignore exclude: diff --git a/flutter_web_auth_2_platform_interface/analysis_options.yaml b/flutter_web_auth_2_platform_interface/analysis_options.yaml index 8a52cd1..409daf3 100644 --- a/flutter_web_auth_2_platform_interface/analysis_options.yaml +++ b/flutter_web_auth_2_platform_interface/analysis_options.yaml @@ -20,10 +20,6 @@ analyzer: # allow self-reference to deprecated members (we do this because otherwise we have # to annotate every member in every test, assert, etc, when we deprecate something) deprecated_member_use_from_same_package: ignore - # Ignore analyzer hints for updating pubspecs when using Future or - # Stream and not importing dart:async - # Please see https://github.com/flutter/flutter/pull/24528 for details. - sdk_version_async_exported_from_core: ignore # Ignore imports due to f***ed up import hierarchies. unnecessary_import: ignore exclude: diff --git a/pubspec.yaml b/pubspec.yaml index 0ac8cad..25d535d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,5 +4,5 @@ environment: sdk: '>=2.15.0 <4.0.0' dev_dependencies: - flutter_lints: ^2.0.1 + flutter_lints: ^3.0.1 melos: ^3.1.1