From d6be964b5f4c67a184a2efaf4693133d3b934dc0 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Sun, 9 Dec 2018 08:56:45 -0600 Subject: [PATCH] Add Bloc --- source.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source.md b/source.md index 1f51495..c9f6918 100644 --- a/source.md +++ b/source.md @@ -332,6 +332,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ## Frameworks +### Bloc + +- [Bloc](https://github.com/felangel/bloc) - A collection of packages that help implement the BLoC design pattern by [Felix Angelov](https://github.com/felangel) + ### Redux / ELM / Dependency Injection - [Built redux](https://github.com/davidmarne/flutter_built_redux) - Automatic subscribing to your redux stores. Based on the built pattern by [David Marne](https://github.com/davidmarne)