Skip to content

Fix straightforward analyzer warnings - #1738

Open
martin-77 wants to merge 1 commit into
finamp-app:redesignfrom
martin-77:cleanup/analyzer-warnings-pr1
Open

martin-77 wants to merge 1 commit into
finamp-app:redesignfrom
martin-77:cleanup/analyzer-warnings-pr1

Conversation

@martin-77

Copy link
Copy Markdown
Contributor

Summary

This PR cleans up a small set of straightforward Dart analyzer warnings without intentionally changing behavior.

Changes include:

  • removing unused and duplicate imports
  • removing unused locals / dead statements
  • simplifying obviously redundant checks where safe
  • keeping behavior-sensitive warnings out of scope

Validation

  • flutter analyze: completes with no errors; remaining findings are pre-existing warnings/infos outside this cleanup
  • dart format --output=none --set-exit-if-changed on the 14 changed Dart files: 0 changed
  • repository currently has no test/ directory, so flutter test is not applicable

This is intentionally kept small and mechanical to make review straightforward.

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.

1 participant