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
Json decode code from plugin to dart code is not using the correct keys. This results in incorrect start and end time of events.
The text was updated successfully, but these errors were encountered:
Oh boy
I traced this back to #316. Apparently said dart file changed, but not the corresponding swift and kotlin files.
In any case it seems to only affect retrieval and not saving events. (Otherwise I would found out on my project)
I'll be pushing fixes in the next few hours.
We really need to invest more effort writing tests to prevent these trivial things.
Sorry, something went wrong.
I can confirm that this has been fixed in 4.0.1. Thanks.
No branches or pull requests
Json decode code from plugin to dart code is not using the correct keys. This results in incorrect start and end time of events.
The text was updated successfully, but these errors were encountered: