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
- 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>
Copy file name to clipboardExpand all lines: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: layrz_theme
2
2
description: Layrz standard styling library for Flutter. Widget library following the Material Design 3 guidelines, with a focus on reliavility and functionality.
0 commit comments