-
-
Notifications
You must be signed in to change notification settings - Fork 257
Add support to null safety #247
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
Comments
|
@bruno-garcia for me, this is a dup. I'd suggest either closing this one or the other. |
http, uuid and device_info are now migrated to nullsafety. |
we need |
package_info has also joined the null safety club. So the migration is now unblocked. |
https://pub.dev/packages/http/versions/0.13.0 even went null-safety GA already, so we'll lose 10 pub points https://pub.dev/packages/sentry/score |
Today null safety becomes stable! Is there any updates? |
Sentry Dart needs to be rebased on the latest main branch. Sentry Flutter is yet to be migrated. |
@ueman Thanks for the reply! Is there anything I can help? |
Maybe this is reggard to safety null support: I try update sentry 4.0.6 version with http 0.13.0 version
|
@j574144 it is |
@fzyzcjy thanks for that, if you have some spare time and would like to contribute, I've updated the description with the missing bits to finish this, here a resume: Migrate the Let us know if you'd like to start one of them, so we will be sure that we'll get this moving and that 2 people don't work in the same thing, I'm happy to assist with code review. |
@marandaneto I will look at the first one firstly (not currently, but possibly today or tomorrow, I will let you know when I start doing it). Shall I look at the https://github.com/getsentry/sentry-dart/tree/feat/null-safety branch? It seems that the main branch has no updates By the way, when will the null-safe |
@fzyzcjy yeah start it from the branch. |
uuid 3 with null safety is released now :) |
@marandaneto I start working on it recently, and will push a PR soon. |
@marandaneto PR created #337 |
I'm gonna cut a prerelease on Monday :) |
@marandaneto Looking forward to it! |
https://github.com/getsentry/sentry-dart/releases/tag/4.1.0-nullsafety.0 thanks once more @ueman and @fzyzcjy feedback is welcomed :) I'll close this issue as the other 2 items have its own issue. |
@marandaneto When can we expect the stable release for null safety? |
@pushpendraKh releasing a new pre-release today and waiting for a bit more feedback, we don't want to break the user's code. |
Uh oh!
There was an error while loading. Please reload this page.
Flutter is gearing up towards null-safety.
This issue is to track progress adding support to it.
sentry
Refactoring: Dart Nullsafety #298sentry_flutter
null safety on sentry_flutter #337Related to #99
The migration steps are here: https://dart.dev/null-safety/migration-guide
Important to note we should start by migrating our dependencies to the null safety version.
uuid
support tracking: Null safety daegalus/dart-uuid#50http
support tracking: Migration to null safety dart-lang/http#501device_info
seems to be almost thereThe text was updated successfully, but these errors were encountered: