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
Due to recent Flutter SDK changes, the cutom linter does not run when invoked, and simply shows "No issues found". This has led to many code merges with no/improper documentation.
Fix
The fix is rather simple. We change the include in analysis_options.yaml from this
to this
The text was updated successfully, but these errors were encountered:
Due to recent Flutter SDK changes, the cutom linter does not run when invoked, and simply shows "No issues found". This has led to many code merges with no/improper documentation.
Fix
The fix is rather simple. We change the include in
analysis_options.yaml
from thisto this
The text was updated successfully, but these errors were encountered: