-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Allows package_info_plus
v8
#2010
Conversation
They seem to have a daily major release schedule for this plugin :D |
Oh that's cool! So I can close the request then? |
No, kuhnroyal means a daily major change for package_info_plus. |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2010 +/- ##
==========================================
+ Coverage 88.57% 92.20% +3.62%
==========================================
Files 207 57 -150
Lines 6897 1859 -5038
==========================================
- Hits 6109 1714 -4395
+ Misses 788 145 -643 ☔ View full report in Codecov by Sentry. |
@buenaflor Any rough timeline on when this will be made live on pub.dev? We are unable to use certain packages because of this. |
@Imgkl I'll see to it that we'll release it tomorrow the latest meanwhile you can use dependency_overrides:
package_info_plus: ^8.0.0 |
@buenaflor just checking in. Any updates? |
hey sorry for the delay, we are awaiting a Sentry Cocoa SDK release that we will ship along because of apple's new privacy guidelines |
fyi I'll start the release process when the cocoa version bump is merged into the flutter sdk |
📜 Description
Update the version constraint of
package_info_plus
dependency from>=1.0.0 <8.0.0
to>=1.0.0
.💡 Motivation and Context
A major version was released with the corresponding package, and
sentry_flutter
doesn't allow it to be resolved.💚 How did you test it?
N/A
📝 Checklist
sendDefaultPii
is enabled