Skip to content
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

Why are todos and journals commented out? #23

Open
12people opened this issue May 13, 2024 · 2 comments
Open

Why are todos and journals commented out? #23

12people opened this issue May 13, 2024 · 2 comments

Comments

@12people
Copy link

In serializer.dart, the following lines are commented out:

//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?

@lukas-h
Copy link
Member

lukas-h commented May 13, 2024

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.)...

@12people
Copy link
Author

Great, thanks for the answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants