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
In serializer.dart, the following lines are commented out:
serializer.dart
//export 'src/journal.dart'; //export 'src/timezone.dart'; //export 'src/todo.dart';
Yet in the readme, todos and journals are listed as completed.
What are their status? Can they be safely uncommented out?
The text was updated successfully, but these errors were encountered:
Hey @12people, journal and todo seem to be implemented, but not timezone.
I am not sure, if they were 100% feature complete with the RFC standard 5545, but they are usable.
The implementation is also pre-Dart-3/-2, so it might not feel like the most modern interface yet. (A lot of nullable fields, etc.)...
Sorry, something went wrong.
Great, thanks for the answer!
No branches or pull requests
In
serializer.dart
, the following lines are commented out:Yet in the readme, todos and journals are listed as completed.
What are their status? Can they be safely uncommented out?
The text was updated successfully, but these errors were encountered: