Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Flutter framework, Dart SDK, and associated dependencies to their latest versions. The update includes platform-specific configuration changes for iOS, Android, and macOS to align with Flutter's modern architecture requirements.
Key Changes
- Dart SDK updated from >=3.8.0 to ^3.10.4
- Multiple package dependencies updated (analyzer, custom_lint, retrofit, Firebase packages, etc.)
- iOS migrated to scene-based architecture with FlutterSceneDelegate
- macOS deployment target raised from 10.14 to 10.15
- Android Gradle Plugin updated from 8.7.3 to 8.9.1 and Gradle from 8.9 to 8.11.1
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/mvvm_lints/pubspec.yaml | Updated custom_lint_builder, analyzer, and analyzer_plugin to latest major versions |
| src/app/pubspec.yaml | Updated SDK constraint and multiple dependencies including retrofit, bugsee_flutter, and retrofit_generator |
| src/app/pubspec.lock | Reflects all transitive dependency updates, including protobuf major version jump to 6.0.0 |
| src/app/macos/Runner/AppDelegate.swift | Replaced @NSApplicationMain with @main, added secure restorable state support |
| src/app/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme | Enabled GPU validation mode for debugging |
| src/app/macos/Runner.xcodeproj/project.pbxproj | Updated macOS deployment target from 10.14 to 10.15 |
| src/app/macos/Podfile | Updated platform target to match deployment target (10.15) |
| src/app/ios/Runner/Info.plist | Replaced UIMainStoryboardFile with UISceneStoryboardFile, added UIApplicationSceneManifest for scene support |
| src/app/ios/Runner/AppDelegate.swift | Implemented FlutterImplicitEngineDelegate, moved plugin registration to scene delegate callback |
| src/app/ios/Podfile.lock | Updated Firebase and Bugsee pod versions to match Flutter plugin updates |
| src/app/android/settings.gradle | Updated Android Gradle Plugin from 8.7.3 to 8.9.1 |
| src/app/android/gradle/wrapper/gradle-wrapper.properties | Updated Gradle wrapper from 8.9-bin to 8.11.1-all |
| src/app/android/app/build.gradle | Updated targetSdkVersion from 35 to 36 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dfc2bfe to
f10676a
Compare
f10676a to
3dd21e0
Compare
Marc-Antoine-Soucy
approved these changes
Jan 7, 2026
jeanplevesque
approved these changes
Jan 12, 2026
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.
GitHub Issue: #
Proposed Changes
Description
Impact on version
PR Checklist
Always applicable
No matter your changes, these checks always apply.
README.mdandsrc/cli/CLI.mdif you made changes to templating.AzurePipelines.mdandsrc/app/README.mdif you made changes to pipelines.Diagnostics.mdif you made changes to diagnostic tools.Architecture.mdand its diagrams if you made architecture decisions or if you introduced new recipes.doc/folder.Contextual
Based on your changes these checks may not apply.
Other information
Internal Issue (If applicable):