We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Duration
Hello Community, i want to use jaguar_orm in flutter. When i use the Duration-Type i get an exception from in the generated *.jorm-File:
Field type not recognised: Duration!
When the Duration-Type is not supported. How can i customize the serialisation?
Regards rubiktubik
The text was updated successfully, but these errors were encountered:
@rubiktubik Durations will be supported in version 4.x.x which is being worked on.
4.x.x
Sorry, something went wrong.
Thank you for the quick answer! Is there another way in the meantime?
Use ignore to ignore duration field and add string getter and setter that will actually sets the duration field is one idea.
ignore
No branches or pull requests
Hello Community,
i want to use jaguar_orm in flutter.
When i use the
Duration
-Type i get an exception from in the generated *.jorm-File:Field type not recognised: Duration!
When the
Duration
-Type is not supported. How can i customize the serialisation?Regards
rubiktubik
The text was updated successfully, but these errors were encountered: