-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
packages upgraded #1947
packages upgraded #1947
Conversation
Important PR to me because I cannot use latest version of other packages due to |
Sadly this is not how package updates work for well adapted and used packages. |
how should I upgrade them when no breaking change happened? |
You can locally always run |
but it forced package_info_plus version before and I can not use it in my project because I needed package_info_plus latest version to solve the gradle 8.0 issues that is needed in flutter 3.19 |
#1948 was merged, you can check how it was solved. dependency_overrides:
package_info_plus: 7.0.0 |
issue fixed recheck please |
This comment was marked as spam.
This comment was marked as spam.
@hasanm08 we merged the required change for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1947 +/- ##
========================================
Coverage 88.57% 88.57%
========================================
Files 207 213 +6
Lines 6897 7110 +213
========================================
+ Hits 6109 6298 +189
- Misses 788 812 +24 ☔ View full report in Codecov by Sentry. |
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.
generally looks okay to me but as far as I can see most of the changes here are applied to examples so they don't really have an impact on the SDK itself.
have you encountered any issues here when running the samples or any specific reason you chose these packages to change the dep ranges? @hasanm08
My forked branch is uptodate with your branch but still some packages had issue |
I have issues using sentry_flutter (latest)and wakelock_plus (latest) |
@hasanm08 the only change that you did here that might affect you directly must be the hive pubspec.yaml which adds a lint range is that correct? I'm not against merging this but I wanna get the context behind it first
We already know that package_info_plus is causing issues and are releasing a fix for it soon. |
just an fyi, the fix for package info is out as of |
@hasanm08 do you still need these changes? |
Yes please merge it to use latest version |
Fixed |
Can you provide errors that happen without this PR? |
package info plus versioning latest is 8.0.0 |
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev | |||
version: 1.0.0+1 | |||
|
|||
environment: | |||
sdk: '2.17.0' | |||
sdk: '>=2.17.1 <4.0.0' |
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.
The min_version_test
project is specifically created to test against the lowest supported SDK version (2.17.0), so this change doesn't seem right. Why is it necessary?
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.
Fixed
this is already fixed, I don't think we need this pr anymore |
Closing this pr as the problems mentioned have already been fixed. Feel free to ping me if there is anything else |
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPii
is enabled🔮 Next steps