From 3cc2ef33534ddacea6b4c53e0b9806c87bad665d Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 17 Jul 2018 17:29:10 +0200 Subject: [PATCH] BLoC Pattern --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2141a2d..d8c2048 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ Also 👍| ⭐| 👏 links to support their authors ! - [Flutter Institute](https://flutter.institute/) - Very original content and tutorials by [Brian Armstrong](https://twitter.com/flutterinst). - [Flutter Rocks](https://flutter.rocks/) - Blog about the joys of Flutter by [Iiro Krankka](https://twitter.com/koorankka). - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515). -- [State Management Using BLoC Pattern In Flutter](https://codeburst.io/state-management-using-bloc-pattern-in-flutter-390d4056006f) - Introduction to State Management Using BLoC Pattern In Flutter by [Amrut Patil](https://github.com/apatil88/FlutterDartProjects/tree/master/login_bloc) ### Advanced @@ -92,6 +91,7 @@ Also 👍| ⭐| 👏 links to support their authors ! - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) [910👏] - What are Widgets, RenderObjects and Elements? by [Norbert515](https://github.com/Norbert515). - [Streams and RxDart](https://skillsmatter.com/skillscasts/12254-flutter-with-streams-and-rxdart) - Skillmatters presentation by [Brian Egan](https://github.com/brianegan). - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/). +- [BLoC Pattern](https://codeburst.io/state-management-using-bloc-pattern-in-flutter-390d4056006f) - State Management Using BLoC Pattern by [Amrut Patil](https://github.com/apatil88/FlutterDartProjects/tree/master/login_bloc) ## Videos - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) [64🎬] - Very rich content by [Tensor Programming](http://tensor-programming.com/).