From 9ef3206e060d528648e4561b559831bba0f7c8f1 Mon Sep 17 00:00:00 2001 From: Clint Purser Date: Mon, 30 Sep 2024 18:12:11 -0400 Subject: [PATCH] remove deprecated lints (#267) These two lints have been deprecated. Removing. > 'avoid_returning_null' was removed in Dart '3.3.0' > Remove the reference to 'avoid_returning_null'. > 'avoid_returning_null_for_future' was removed in Dart '3.3.0' > Remove the reference to 'avoid_returning_null_for_future'. --- analysis_options.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index ed3745c5ce1..f4bb628a17f 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -6,8 +6,6 @@ linter: - avoid_catching_errors - avoid_dynamic_calls - avoid_field_initializers_in_const_classes - - avoid_returning_null - - avoid_returning_null_for_future - avoid_slow_async_io - avoid_type_to_string - avoid_void_async