chore: update example app to Flutter 3.38#92
Merged
OutdatedGuy merged 1 commit intomainfrom Dec 4, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the example Flutter app's dependencies and tooling versions, along with code formatting improvements to align with newer Flutter standards. The PR title mentions "Flutter 3.38" which appears to be a typo or error, as Flutter versions don't reach that high.
Key changes:
- Updated Android build tools (Gradle 8.14, Android Gradle Plugin 8.11.1, Kotlin 2.2.20) and Java version to 17
- Updated Dart package dependencies (logger 2.6.2, meta 1.17.0)
- Applied code formatting improvements to Linux runner C++ files and Dart code
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| example/pubspec.lock | Updated logger and meta package versions with new SHA checksums |
| example/linux/runner/my_application.h | Reformatted G_DECLARE_FINAL_TYPE macro across multiple lines |
| example/linux/runner/my_application.cc | Applied consistent code formatting (spacing, line breaks, comment style) |
| example/lib/main.dart | Removed type annotation and trailing comment per Dart style guide |
| example/android/settings.gradle.kts | Updated Android Gradle Plugin to 8.11.1 and Kotlin to 2.2.20 |
| example/android/gradle/wrapper/gradle-wrapper.properties | Updated Gradle distribution to version 8.14 |
| example/android/gradle.properties | Removed deprecated android.enableJetifier property |
| example/android/app/build.gradle.kts | Updated Java compatibility from version 11 to 17 |
| example/.metadata | Updated Flutter SDK revision hashes across all platforms |
💡 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.