You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading the SDK, the linter complains, as a wrong linter rule is used:
A value for optional parameter 'scriptCode' isn't ever given.
Try removing the unused parameter.
A value for optional parameter 'countryCode' isn't ever given.
Try removing the unused parameter.
Relevant code snippet:
In translations.g.dart inside the AppLocale enum:
Problem Description
After upgrading the SDK, the linter complains, as a wrong linter rule is used:
Relevant code snippet:
In
translations.g.dart
inside theAppLocale
enum:Suggestion
The linter suggests the rule unused_element_parameter instead.
Version Information
Flutter version: 3.29.0, stable
Framework revision: 35c388afb5
Dart version: 3.7.0
flutter_lints package: 5.0.0
The text was updated successfully, but these errors were encountered: