-
Notifications
You must be signed in to change notification settings - Fork 0
Dart dio next json serializable #1
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
Dart dio next json serializable #1
Conversation
Sound null safety is stricter than the previous version
|
Have fixed the form data issues and deleted that superfluous date test. Thee remaining test failures I'm stuck if you maybe want to checkout for yourself and run (
|
|
Closing as too stale - will PR my minor fixups separately |

Added some test projects and fixed some issues in generation related to null safety:
?in conjunction withrequiredin the constructorclassnameas a fallback which some of the other templates had done)I've generated a
json_serializableproject indart-dio-nextsamples and copied the tests project as well. There are a couple of test failures in the latter project but I'm unsure if they are relevant or false positives as the test project was copied as a combination of both the old Dart2+JsonSerializable and the Dart-Dio+BuiltValue test cases.I'm also not very good with Java so not 100% sure how to setup the
.pomfiles for automatic testing.