-
Notifications
You must be signed in to change notification settings - Fork 615
feat(bindings/dart): Add dart binding #5591
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
Conversation
3c3e299
to
4c71c47
Compare
I only ported part of the apis so the test can pass. And currently all result is using unwrap (as a first version). |
17b22c8
to
4cdbabe
Compare
Thank you so much, @asukaminato0721, for working on this. I will start reviewing this PR later next week. Wishing you a wonderful holiday in the meantime! |
4cdbabe
to
c795426
Compare
@Xuanwo now it's like drop-in replacement. await RustLib.init();
final File = FileManager.initOp(...);
// just add above 2 lines
final f = File("foo.txt"); |
96e0456
to
d25bb41
Compare
d25bb41
to
2f12f90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @asukaminato0721 for working on this!
Hi, @asukaminato0721 would you like to create a tracking issue for the following tasks? I think we need examples, tests, docs and figure how to release it. |
Which issue does this PR close?
Closes #2435. Use the same way as https://github.com/open-spaced-repetition/fsrs-rs-dart.
Rationale for this change
What changes are included in this PR?
add dart binding
Are there any user-facing changes?
no