From 3b4c72d3c18a54ffe08e8383b2f33cd9515d787c Mon Sep 17 00:00:00 2001 From: Amrut Patil Date: Tue, 17 Jul 2018 10:56:54 -0400 Subject: [PATCH 1/4] Adding article link in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e89880..5d7ac9f 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ 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. ### Advanced @@ -352,4 +353,4 @@ Also 👍| ⭐| 👏 links to support their authors ! ## License -[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) \ No newline at end of file +[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0) From af7c3a9f5fd4322b28d92ee94736a9fd3aa9758d Mon Sep 17 00:00:00 2001 From: Amrut Patil Date: Tue, 17 Jul 2018 10:57:23 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7ac9f..4375b40 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ 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. +- [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. ### Advanced From 9277ed4655a85905b24310b2c9137b8939b882d5 Mon Sep 17 00:00:00 2001 From: Amrut Patil Date: Tue, 17 Jul 2018 10:58:50 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4375b40..2141a2d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ 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. +- [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 From 3cc2ef33534ddacea6b4c53e0b9806c87bad665d Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 17 Jul 2018 17:29:10 +0200 Subject: [PATCH 4/4] 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/).