Skip to content

chore: Upgrade Flutter and Packages#17

Merged
michalurbanek merged 2 commits intomasterfrom
chore/project_update
Apr 10, 2026
Merged

chore: Upgrade Flutter and Packages#17
michalurbanek merged 2 commits intomasterfrom
chore/project_update

Conversation

@michalurbanek
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.6 and update dependency versions (incl. flutter_local_notifications, dio, Firebase packages).
  • Regenerate Windows/Linux plugin lists/registrants (adds firebase_remote_config, jni entries).
  • Update GitHub Actions and local VS Code settings to read the Flutter version from .fvmrc and use fvm.

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.

@michalurbanek michalurbanek merged commit ed73436 into master Apr 10, 2026
1 check passed
@michalurbanek michalurbanek deleted the chore/project_update branch April 13, 2026 07:49
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.

2 participants