DWDS currently has no lints set in analysis_options.yaml.
We should include some lints to help improve the health of the codebase, eg prefer_final_locals.
With each new lint we add, we can apply them across the codebase with:
dart fix --dry-run
dart fix --apply
dart analyze - this catches any lint errors that can't be auto-fixed
dart format .