# - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219
...
...
@@ -81,6 +59,7 @@ linter:
# - avoid_catches_without_on_clauses # we do this commonly
# - always_put_required_named_parameters_first # we prefer having parameters in the same order as fields https://github.com/flutter/flutter/issues/10219
...
...
@@ -74,6 +52,7 @@ linter:
# - avoid_catches_without_on_clauses # we do this commonly