disable avoid_private_typedef_functions lint (#16495)
diff --git a/analysis_options.yaml b/analysis_options.yaml
index 1bb8aac..95dc52e 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -64,7 +64,7 @@
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
- # - avoid_private_typedef_functions # not yet tested
+ # - avoid_private_typedef_functions # we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356)
- avoid_relative_lib_imports
- avoid_renaming_method_parameters
- avoid_return_types_on_setters