Skip to content

Release v7.5.11: Improve password input requirements validation#115

Merged
PHKenny merged 1 commit into
mainfrom
development
Feb 11, 2026
Merged

Release v7.5.11: Improve password input requirements validation#115
PHKenny merged 1 commit into
mainfrom
development

Conversation

@PHKenny
Copy link
Copy Markdown
Contributor

@PHKenny PHKenny commented Feb 11, 2026

  • Refactored ThemedPasswordInput to use .entries for cleaner iteration
  • Improved performance by eliminating redundant map lookups
  • Updated version to 7.5.11
  • Added changelog entry

Technical changes:

  • Changed from requirements.keys with lookups to requirements.entries
  • Replaced requirements[requirement]! with entry.value
  • More idiomatic Dart code following modern best practices

Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com

- Refactored ThemedPasswordInput to use .entries for cleaner iteration
- Improved performance by eliminating redundant map lookups
- Updated version to 7.5.11
- Added changelog entry

Technical changes:
- Changed from requirements.keys with lookups to requirements.entries
- Replaced requirements[requirement]! with entry.value
- More idiomatic Dart code following modern best practices

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

📊 Coverage Report

Metric Value
Coverage 11.2%
Lines covered 10646 / 126
Lines missing -10520

🤖 Coverage report from checks workflow

@PHKenny PHKenny merged commit f8e669b into main Feb 11, 2026
3 checks passed
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