From a85c366d3f3de5a7644066051e9f17f4c52841c7 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Sat, 12 May 2018 08:43:01 -0700 Subject: [PATCH 1/3] Add Flutter by Example to Tutorials section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d441e1f..85af02c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Introduction to Flutter - Faisal Abid - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs with Flutter by Google Code Labs - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase Flutter by Google Code Labs - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) +- [Flutter by Example](https://flutterbyexample.com/) Multiple tutorials for building small Flutter apps, including using Flutter Redux, Firebase, Custom Animations, and UI. #### Video Series - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) - Very rich content by [Tensor Programming](http://tensor-programming.com/) @@ -98,6 +99,7 @@ Introduction to Flutter - Faisal Abid - [Posse Gallery](https://github.com/flutter/posse_gallery) - Demonstration by [Posse](http://goposse.com) - [Flutter Examples](https://github.com/nisrulz/flutter-examples) - Simple basic isolated apps for budding flutter devs, by [Nishant Srivastava](https://github.com/nisrulz) + ### UI - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by Viktor Lidholt From d6cba7341d60d0386bc829362e46d51e6138586a Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Sat, 12 May 2018 08:44:12 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 85af02c..08b9b74 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,6 @@ Introduction to Flutter - Faisal Abid - [Posse Gallery](https://github.com/flutter/posse_gallery) - Demonstration by [Posse](http://goposse.com) - [Flutter Examples](https://github.com/nisrulz/flutter-examples) - Simple basic isolated apps for budding flutter devs, by [Nishant Srivastava](https://github.com/nisrulz) - ### UI - [SpriteWidget](https://github.com/spritewidget/spritewidget) - Toolkit for building complex, high performance animations and 2D games by Viktor Lidholt From 495863a4663422894efd7ec4cf9d4797d29e932c Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Mon, 21 May 2018 21:02:53 +0200 Subject: [PATCH 3/3] moved to blog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08b9b74..5162b69 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ Introduction to Flutter - Faisal Abid - [Animated Chat](https://codelabs.developers.google.com/codelabs/flutter/#0) - Building beautiful UIs with Flutter by Google Code Labs - [Firebase Chat](https://codelabs.developers.google.com/codelabs/flutter-firebase/#0) - Firebase Flutter by Google Code Labs - [Planets-Flutter: from design to app](http://sergiandreplace.com/2017/09/planets-flutter-from-design-to-app) -- [Flutter by Example](https://flutterbyexample.com/) Multiple tutorials for building small Flutter apps, including using Flutter Redux, Firebase, Custom Animations, and UI. #### Video Series - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) - Very rich content by [Tensor Programming](http://tensor-programming.com/) @@ -90,6 +89,7 @@ Introduction to Flutter - Faisal Abid ### Blogs - [SZAƁKO-BLOG](https://marcinszalek.pl/) - Step by step advanced design by [Marcin Szalek]() +- [Flutter by Example](https://flutterbyexample.com/) Multiple tutorials for building small Flutter apps, including using Flutter Redux, Firebase, Custom Animations, and UI. ## Components