-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve Readme and doc #54
Comments
Hi, It would be awesome if you could help updating the readme here. If you need help with git, no problem, I'm happy to help. Basically you do a fork (button on the main page of the repo) to your own github account. Then you clone that repository to your machine and make the changes. After that you commit and push the changes back to your copy of this repository. After that you can trigger a PR (pull request) on the github page of your forked repository which allows then me to review and merge your changes. |
Thank you for your answer. I am happy to contribute. Within half a day I will update the readme. |
I have updated the README with #55 |
Sorry for the delay just merged and pushed with the V6.0.0 many thanks!!! |
I really appreciate this package but I find the documentation difficult for newcomers:
canExecute
,restriction
,registration
. I saw that this problem is mentioned in issue #47 Nullability support which cite another different name,constraint
.I am inexperienced and unfamiliar with git but am available to help update the documentation. Personally, the guide that got me aficionado of this package was the blog article https://www.burkharts.net/apps/blog/rxvms-foundations-rxcommand-and-getit/, together with the two articles of the same series preceding it (which is much more complete than "Making Flutter more Reactive" mentioned in the Readme). One idea could be to update this series of articles to the current RxCommand and RxDart Api and make it available in the wiki of this repo.
The text was updated successfully, but these errors were encountered: