Skip to content

chore: Codebase update#2

Merged
NonymousMorlock merged 7 commits intomainfrom
codebase-update
Oct 22, 2025
Merged

chore: Codebase update#2
NonymousMorlock merged 7 commits intomainfrom
codebase-update

Conversation

@NonymousMorlock
Copy link
Owner

Description

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

Updates various dependencies across the project to their latest versions. This includes major and minor version bumps for packages such as `go_router`, `audioplayers`, `rive`, `http`, and several others. The Dart and Flutter SDK constraints have also been raised to support these newer package versions.

This resolves dependency conflicts and brings in the latest features and bug fixes from the updated packages.
Adds a `dart` code block to the documentation for the `generateLevelFromDict` method to demonstrate its usage.
The import path for `AppLocalizations` has been updated to reflect its new location within the `l10n/arb` directory.
The `color` property of `AppBarTheme` is deprecated. This commit updates it to use the `backgroundColor` property instead.
Updates the project's Flutter revision and removes the `main.dart` run configuration, which is no longer needed.

Also, new compiler flags (`-Wno-error=nontrivial-memcall`, `-Wnontrivial-memcall`, `-Wno-unused-variable`, `-Wno-unused-function`) are temporarily added to the Linux `CMakeLists.txt` to address a build issue.
The test for `GamePlayLetters` was updated to use a non-empty `boardData`. This ensures the test is more robust by providing actual data to the widget instead of an empty list.
@NonymousMorlock NonymousMorlock merged commit c619cbb into main Oct 22, 2025
1 of 2 checks passed
@NonymousMorlock NonymousMorlock deleted the codebase-update branch October 22, 2025 01:34
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