diff --git a/source.md b/source.md index 4d1e0cd..d951fdc 100644 --- a/source.md +++ b/source.md @@ -495,11 +495,12 @@ Simon Binder](https://github.com/simolus3) #### Standard - [Bloc](https://github.com/felangel/bloc) - Collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel) -- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. - [Provider](https://github.com/rrousselGit/provider) - State-management library for Flutter by [Remi Rousselet](https://github.com/rrousselGit) - [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). +- [GetX](https://github.com/jonataslaw/getx) - Contextless, State-management & navigation by [Jonny Borges](https://github.com/jonataslaw) +- [MobX](https://github.com/mobxjs/mobx.dart) - Supercharge the state-management in your apps with Transparent Functional Reactive Programming (TFRP). Port of MobX from the Js/React land. +- [Signals](https://github.com/rodydavis/signals.dart) - Reactive programming made simple. Port of Signals pattern by [Rody Davis](https://github.com/rodydavis) + #### Redux / ELM / Dependency Injection