From 398a792ca244e9e50a5b4d039e3b0300eacbddce Mon Sep 17 00:00:00 2001 From: Terry L Date: Sun, 5 Jun 2022 18:19:08 -0700 Subject: [PATCH 1/2] 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 --- source.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source.md b/source.md index 84a86903..9f9c33cc 100644 --- a/source.md +++ b/source.md @@ -504,6 +504,8 @@ Simon Binder](https://github.com/simolus3) - [RiverPod](https://github.com/rrousselGit/river_pod) - Provider, but different by [Remi Rousselet](https://github.com/rrousselGit) - [GetX](https://github.com/jonataslaw/getx) - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw) - [Binder](https://github.com/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) - Inspired by Riverpod, with simple and stream-like API, by [Terry Liang](https://github.com/terryl1900). + #### Redux / ELM / Dependency Injection From f71e01a078991910803c27cf788dab07739b6e6a Mon Sep 17 00:00:00 2001 From: Xianzhe Liang Date: Mon, 15 Aug 2022 10:58:03 -0700 Subject: [PATCH 2/2] Update url Since it is moved to my personal account. --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 9f9c33cc..e356946a 100644 --- a/source.md +++ b/source.md @@ -504,7 +504,7 @@ Simon Binder](https://github.com/simolus3) - [RiverPod](https://github.com/rrousselGit/river_pod) - Provider, but different by [Remi Rousselet](https://github.com/rrousselGit) - [GetX](https://github.com/jonataslaw/getx) - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw) - [Binder](https://github.com/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) - Inspired by Riverpod, with simple and stream-like API, by [Terry Liang](https://github.com/terryl1900). +- [Creator](https://github.com/liangxianzhe/creator) - Inspired by Riverpod, with simple and stream-like API, by [Xianzhe Liang](https://github.com/liangxianzhe). #### Redux / ELM / Dependency Injection