From cfa7e3ac89c5befebffcb0ff0557fea856d9233e Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 16 Feb 2026 11:06:04 +0100 Subject: [PATCH] ignore experimental member use --- analysis_options.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analysis_options.yaml b/analysis_options.yaml index ad8064aa..0f775d6f 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -10,6 +10,8 @@ linter: collection_methods_unrelated_type: true analyzer: + errors: + experimental_member_use: ignore exclude: - "**.g.dart" - "**.drift"