-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Update dependency #626
Update dependency #626
Conversation
I tried to upgrade it before, and it was caused by another package. Please fix all integrations first. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #626 +/- ##
=======================================
Coverage 98.05% 98.05%
=======================================
Files 21 21
Lines 822 822
=======================================
Hits 806 806
Misses 16 16 ☔ View full report in Codecov by Sentry. |
@AlexV525 hi . can you check this again |
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.
Please revert not relevant changes.
Fixed . |
I've taken a deeper look at this request, it seems to be covered by #615 already. The only thing we might do is upgrade the |
could you take a look on my issue . because it was said that flutter_gen still using 2.x.x that make a confict with freezed (or other) package . |
This is because #615 is not yet published. You shall not see related issues by using the dependency on the main branch. |
oh . in that case it could resolve my issue without this pr . feel free to close this . |
Thanks for the contribution anyway! |
What does this change?
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #625 🎯
Type of change
Please delete options that are not relevant.
Checklist:
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
melos run test
)melos run format
to automatically apply formatting)