Skip to content

fix: upgrade to lints 6.0.0 and resolve lint errors - #59

Merged
vicajilau merged 5 commits into
masterfrom
fix/upgrade-lints-and-resolve-issues
Jan 15, 2026
Merged

vicajilau merged 5 commits into
masterfrom
fix/upgrade-lints-and-resolve-issues

Conversation

@vicajilau

Copy link
Copy Markdown
Member

This PR migrates the project to use lints: ^6.0.0, updates SDK constraints to Dart 3, and resolves over 48 linting issues including:

  • Migrating from flutter_lints to lints (package is Dart-only).
  • Fixing deprecated API usage (logger.v, package:collection).
  • Modernizing code with super parameters and Dart 3 pattern matching fixes.
  • Removing unnecessary library directives to satisfy new lints.
  • Adding dart analyze to the CI workflow.

Migrates from flutter_lints to lints ^6.0.0, updates SDK constraints, fixes deprecated API usage, modernizes codebase with super parameters and pattern matching fixes, and enforces analysis in CI.
@vicajilau
vicajilau merged commit 498965a into master Jan 15, 2026
1 check passed
@vicajilau
vicajilau deleted the fix/upgrade-lints-and-resolve-issues branch January 15, 2026 08:26
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