ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
378 stars 92 forks source link

Support sentry_flutter: 8.1.0 #305

Closed danielgomezrico closed 2 months ago

danielgomezrico commented 2 months ago

Is your feature request related to a problem? Please describe. I tried updating my sentry dependency to 8.1.0 but it fails:

These are de versions:

sentry_flutter: 8.1.0
feedback_sentry: 3.0.0

Error:

Because sentry_flutter >=8.1.0 depends on sentry 8.1.0 and feedback_sentry 3.0.0 depends on sentry ^7.0.0, sentry_flutter >=8.1.0 is incompatible with feedback_sentry 3.0.0.
So, because drivers_app depends on both feedback_sentry 3.0.0 and sentry_flutter 8.1.0, version solving failed.

Describe the solution you'd like Allow sentry flutter > 7

ueman commented 2 months ago

A fix has been merged already, I just haven't come around to release it. In the meantime you can just use a dependency_override since the changes aren't breaking.

danielgomezrico commented 2 months ago

Got it and thanks for answering