From f66fc09cf6a83f66b7509b82c7976cc3a0104ba1 Mon Sep 17 00:00:00 2001 From: Marcelo Henrique Neppel Date: Thu, 22 Nov 2018 15:14:06 -0200 Subject: [PATCH 1/2] Add Flutter: from Mobile to Desktop to the Advanced Articles section --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index a2da6bd..a66a48b 100644 --- a/source.md +++ b/source.md @@ -96,6 +96,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com) - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/) - [Inherited Widget](https://medium.com/@chemamolins/is-flutters-inheritedwidget-a-good-fit-to-hold-app-state-2ec5b33d023e) - Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins) +- [Flutter: from Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - Building applications for smartphones and desktops with the Google framework. A tutorial by [Marcelo Henrique Neppel](https://neppel.com.br) ## Videos From fff96c5e8d042f33151aa49c826f0f4418ab8470 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 22 Nov 2018 23:31:54 +0100 Subject: [PATCH 2/2] Shorten desc --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index a66a48b..c9f7e8e 100644 --- a/source.md +++ b/source.md @@ -96,7 +96,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Schemas](https://www.didierboelens.com/2018/06/widget---state---context---inheritedwidget/) - Widget, State, Context and InheritedWidget explanations by [Didier Boelens](https://didierboelens.com) - [Rendering Engine Tutorial](https://medium.com/saugo360/flutters-rendering-engine-a-tutorial-part-1-e9eff68b825d) - Flutter's Rendering Engine: A Tutorial by [AbdulRahman AlHamali](https://github.com/AbdulRahmanAlHamali/) - [Inherited Widget](https://medium.com/@chemamolins/is-flutters-inheritedwidget-a-good-fit-to-hold-app-state-2ec5b33d023e) - Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins) -- [Flutter: from Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - Building applications for smartphones and desktops with the Google framework. A tutorial by [Marcelo Henrique Neppel](https://neppel.com.br) +- [Flutter: from Mobile to Desktop](https://medium.com/flutter-community/flutter-from-mobile-to-desktop-93635e8de64e) - Building applications for smartphones and desktops by [Marcelo Henrique Neppel](https://neppel.com.br) ## Videos