-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(repo): bump min flutter version to 3.24.5 #2068
Open
xsahil03x
wants to merge
44
commits into
master
Choose a base branch
from
feat/flutter-3.27.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+947
−271
Conversation
This file contains 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
deven98
previously approved these changes
Dec 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2068 +/- ##
==========================================
- Coverage 61.04% 61.03% -0.01%
==========================================
Files 336 336
Lines 20152 20152
==========================================
- Hits 12301 12299 -2
- Misses 7851 7853 +2 ☔ View full report in Codecov by Sentry. |
xsahil03x
force-pushed
the
feat/flutter-3.27.0
branch
from
December 20, 2024 18:36
c38e909
to
e9f1972
Compare
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.
This pull request includes several significant changes to improve the workflows, update dependencies, and enhance the codebase. The most important changes include the introduction of a new Pana workflow, updates to Flutter and Dart versions, and various dependency management improvements.
Workflow Improvements:
.github/actions/pana/action.yml
to verify the Pana score, including steps for installing Flutter and Pana, and verifying the score..github/workflows/pana.yml
to use the new Pana action for verifying Pana scores across multiple packages.Dependency Management:
.github/actions/pana/chore__temporarily_override_dep_to_local.patch
to temporarily override dependencies to local paths for testing purposes.melos.yaml
to include environment configurations and dependency versions, ensuring consistent dependency management across the project. [1] [2]Version Updates:
3.24.5
in multiple workflow files to ensure compatibility with the latest stable release. [1] [2]3.5.4
and minimum Flutter version to3.24.5
in variouspubspec.yaml
andCHANGELOG.md
files to reflect the latest requirements. [1] [2] [3] [4] [5]Code Enhancements:
UserBlockResponse
class inpackages/stream_chat/lib/src/core/api/responses.dart
to prevent JSON serialization fortoJson
method, improving performance._IsSameMessageAs
matcher inpackages/stream_chat/test/src/matchers.dart
.