-
Notifications
You must be signed in to change notification settings - Fork 127
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
implemented write transactions #50
Conversation
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.
Thanks having a go at this 👍 There are a couple of things to handle yet.
Yeah, and we should also start including method-level docs... I need to write up that contributing.md... |
Should I add some doxy comments then? |
Yes, for the store method if you could. Like this: https://dart.dev/guides/language/effective-dart/documentation#do-use--doc-comments-to-document-members-and-types |
Of course 👍 |
This addresses #34.
Should be working 👍 Let me know if something is wrong or should be changed :)