Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove deprecated rules from analysis_options #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AmanMenda
Copy link

Fixes #590.

The rule always_require_non_null_named_parameters is removed in Dart 3.3.0 as we can now use the required keyword for mandatory named parameters. For prefer_equal_for_default_values, its functionality has been integrated into the core language:
The = syntax is now the only valid way to specify default values for named parameters1-2

@AmanMenda AmanMenda changed the title chores: remove deprecated rules from analysis_options chore: remove deprecated rules from analysis_options Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some rules present in analysis_options.yaml file are removed in some version of Dart
1 participant