Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change