-
Notifications
You must be signed in to change notification settings - Fork 403
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
Null safety version on pub dev #821
Comments
I've checked the pubspec of the release mentioned above, and I found:
So, it's not null safe yet |
@nank1ro you are correct. It is not null safe but the code generated is, i have pending PR waiting to merge which which makes it completely operational. |
How much it takes to release new version with null-safety ? |
@z85510 – this package generates null-safe code – as of v4 The code itself is not null safe, but that shouldn't affect your package. |
Ignore the |
Waiting on down-stream dependencies to update first. This shouldn't block anyone from using this package w/ null-safety, though – as long as you're just using it as a normal builder. |
I think we also need json_annotation to be null-safety as well. |
@namchuai it's already null safety |
v4.1.0 is out! |
Hello,
I can't find a null safety version of json_serializable on pub dev.
Can you publish one please?
I've seen this release
json_serializable-v4.0.0-nullsafety.0
here on github.I've tried to use it with:
but when I run
dart pub outdated --mode=null-safety
I get back:
json_serializable ✗4.0.0-nullsafety.0 (git) ✗4.0.0-nullsafety.0 (git) ✗4.0.0-nullsafety.0 (git) ✗4.0.0-nullsafety.0 (git)
so this release doesn't support null-safety yet
The text was updated successfully, but these errors were encountered: