From 5a4a1b0a979132a8f2ba2c8bb6679d6d3eb352d3 Mon Sep 17 00:00:00 2001 From: Nash Date: Mon, 16 Jul 2018 19:55:47 -0300 Subject: [PATCH] Added Flutter Deep Dive: Gestures --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 952e6fe..5a2b6b7 100644 --- a/source.md +++ b/source.md @@ -90,6 +90,7 @@ Also 👍| ⭐| 👏 links to support their authors ! - [Rendering Pipeline](https://www.youtube.com/watch?v=UUfXWzp0-DU) - Engine architecture by Adam Barth - [Render Objects](https://medium.com/flutter-community/flutter-what-are-widgets-renderobjects-and-elements-630a57d05208) - 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/) ## Videos - [Tensor Programming](https://www.youtube.com/watch?v=WwhyaqNtNQY&list=PLJbE2Yu2zumDqr_-hqpAN0nIr6m14TAsd) - Very rich content by [Tensor Programming](http://tensor-programming.com/)