Upgrade build packages & format files#56
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades build-related packages and reformats code files according to updated style guidelines. The changes modernize the dependency versions while ensuring code consistency through automatic formatting.
Key changes:
- Bumps minimum Dart SDK from 3.8.0 to 3.9.0 and minimum Flutter from 3.10.0 to 3.35.0
- Updates build packages:
build_runner(2.7.0 → 2.10.1),copy_with_extension(9.1.0 → 10.0.1),json_serializable(6.10.0 → 6.11.1), andleancode_lint(17.0.0 → 19.0.0) - Applies automatic code formatting across Dart source and test files
Reviewed Changes
Copilot reviewed 35 out of 39 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Updates package versions and SDK constraints |
| CHANGELOG.md | Documents version 0.5.0 changes |
| .fvmrc | Updates Flutter version from 3.35.1 to 3.35.7 |
| .github/workflows/*.yml | Updates CI/CD Flutter/Dart versions to match new constraints |
| .git-blame-ignore-revs | Adds commit hash to ignore formatting changes in git blame |
| test/**/*.dart | Reformats test files (line breaks, indentation) |
| lib/**/*.dart | Reformats source files (line breaks, indentation) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Albert221
approved these changes
Nov 13, 2025
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.