-
-
Notifications
You must be signed in to change notification settings - Fork 256
null safety on sentry_flutter #337
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
Changes from 2 commits
13eb5bf
697f41c
5cb2538
07fcaee
b7b8e23
5aeebd6
8550c13
9c3ccff
a443a43
68458a8
20a9323
ad05773
10247d1
85b76b0
fb2913a
adb9c4a
e3d8051
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://docs.sentry.io/platforms/flutter/ | |
repository: https://github.com/getsentry/sentry-dart | ||
|
||
environment: | ||
sdk: ">=2.8.0 <3.0.0" | ||
sdk: '>=2.12.0 <3.0.0' | ||
flutter: ">=1.17.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @marandaneto Does it make sense to keep it this low? I wonder if it causes any problems because Flutter 1.17 doesn't has null safety. On the other hand There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah unless we have to, lets keep as it is, all the official plugins are down to 1.12 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. btw looking at https://dart.dev/null-safety
should we bump to min. v2? |
||
|
||
dependencies: | ||
|
Uh oh!
There was an error while loading. Please reload this page.