chore: Upgrade flutter to 3.38.5, libraries and gradle#9
Merged
michalurbanek merged 1 commit intomasterfrom Jan 15, 2026
Merged
chore: Upgrade flutter to 3.38.5, libraries and gradle#9michalurbanek merged 1 commit intomasterfrom
michalurbanek merged 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request upgrades Flutter from version 3.32.0 to 3.38.5 along with numerous dependencies, Gradle tooling, and includes a breaking change fix for the freerasp library. The upgrade includes major version bumps for several key packages including Riverpod ecosystem packages, auto_route, patrol, and various others.
Changes:
- Upgraded Flutter SDK from 3.32.0 to 3.38.5 across all configuration files
- Updated multiple dependencies with major version changes (riverpod_annotation 3→4, auto_route 10→11, patrol 3→4, app_settings 6→7, netglade_analysis 18→21)
- Upgraded Android Gradle Plugin from 8.6.1 to 8.9.1
- Fixed breaking change in freerasp 7.3.0 by adding await to attachListener call
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Updated Flutter version constraint to 3.38.5 and upgraded multiple dependencies including major version bumps for riverpod, auto_route, patrol, and other libraries |
| pubspec.lock | Regenerated lock file reflecting all dependency updates and their transitive dependencies |
| project_setup/pubspec.yaml | Upgraded netglade_analysis from 16.1.0 to 21.0.0 |
| macos/Flutter/GeneratedPluginRegistrant.swift | Removed path_provider_foundation plugin registration (auto-generated change) |
| lib/app/setup/setup_app.dart | Added await to Talsec.instance.attachListener call to accommodate freerasp 7.3.0 API change |
| android/settings.gradle | Upgraded Android Gradle Plugin from 8.6.1 to 8.9.1 |
| .vscode/settings.json | Updated Flutter SDK path to match version 3.38.5 |
| .fvmrc | Updated FVM Flutter version configuration to 3.38.5 |
💡 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.