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

Add Creator state management library #903

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Creator state management library
Hello, this is a state management library we recently open-sourced. I believe it adds value to the Flutter community. Let me know what you think. Thanks!

https://github.com/terryl1900/creator
  • Loading branch information
terryl1900 committed Jun 6, 2022
commit 398a792ca244e9e50a5b4d039e3b0300eacbddce
2 changes: 2 additions & 0 deletions source.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,8 @@ Simon Binder](https://github.com/simolus3)
- [RiverPod](https://github.com/rrousselGit/river_pod) <!--stargazers:rrousselGit/river_pod--> - Provider, but different by [Remi Rousselet](https://github.com/rrousselGit)
- [GetX](https://github.com/jonataslaw/getx) <!--jonataslaw/getx--> - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw)
- [Binder](https://github.com/letsar/binder) <!--stargazers:letsar/binder--> - A lightweight, yet powerful way to bind your application state with your business logic, by [Romain Rastel](https://github.com/letsar).
- [Creator](https://github.com/terryl1900/creator) <!--stargazers:terryl1900/creator--> - Inspired by Riverpod, with simple and stream-like API, by [Terry Liang](https://github.com/terryl1900).


#### Redux / ELM / Dependency Injection

Expand Down