chore: Upgrade Flutter and Packages#17
Merged
michalurbanek merged 2 commits intomasterfrom Apr 10, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Upgrades the Flutter SDK and Dart package set, regenerating platform plugin registrants and aligning local/CI tooling with the FVM-pinned Flutter version.
Changes:
- Bump Flutter to
3.41.6and update dependency versions (incl.flutter_local_notifications,dio, Firebase packages). - Regenerate Windows/Linux plugin lists/registrants (adds
firebase_remote_config,jnientries). - Update GitHub Actions and local VS Code settings to read the Flutter version from
.fvmrcand usefvm.
Reviewed changes
Copilot reviewed 14 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| windows/flutter/generated_plugins.cmake | Adds updated Windows plugin/FFI plugin lists after dependency upgrade. |
| windows/flutter/generated_plugin_registrant.cc | Registers firebase_remote_config plugin on Windows. |
| linux/flutter/generated_plugins.cmake | Updates Linux FFI plugin list after dependency upgrade. |
| pubspec.yaml | Raises SDK/Flutter environment versions and updates selected direct dependencies. |
| pubspec.lock | Locks updated transitive/direct package versions for the upgrade. |
| project_setup/pubspec.yaml | Updates image dependency constraint for the setup tool. |
| project_setup/pubspec.lock | Locks updated dependencies for the setup tool. |
| lib/common/provider/notifications_service.dart | Updates flutter_local_notifications API usage to new named-parameter signatures. |
| lib/common/provider/firebase_messaging_service.dart | Refactors token resolution logic before registering device token. |
| .vscode/settings.json | Updates local Flutter SDK path to the new FVM version directory. |
| .github/workflows/flutter_project_codecheck_android.yml | Switches Flutter version selection to .fvmrc and runs fvm install/use. |
| .github/workflows/android_play_store_distribution.yml | Switches Flutter version selection to .fvmrc and runs fvm install/use. |
| .github/workflows/android_firebase_app_distribution_staging.yml | Switches Flutter version selection to .fvmrc and runs fvm install/use. |
| .github/workflows/android_firebase_app_distribution_production.yml | Switches Flutter version selection to .fvmrc and runs fvm install/use. |
| .github/workflows/android_firebase_app_distribution_develop.yml | Switches Flutter version selection to .fvmrc and runs fvm install/use. |
| .fvmrc | Pins Flutter version to 3.41.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.