From 8a4534e433353a4dfc9406920af73076a99e213e Mon Sep 17 00:00:00 2001 From: Chema Molins Date: Mon, 15 Oct 2018 23:56:40 +0200 Subject: [PATCH 1/2] Add article about InheritedWidget and App state --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index c957009..f13f98a 100644 --- a/source.md +++ b/source.md @@ -93,6 +93,7 @@ If you appreciate the content šŸ“–, support projects visibility, give šŸ‘| ⭐| - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/) - [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) - Using Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins) ## Videos From 6c8cbb60c1c2b689caaa6542a26f03ca8cfee24b Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Tue, 16 Oct 2018 21:02:54 +0200 Subject: [PATCH 2/2] Shorten description --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index f13f98a..3a61faf 100644 --- a/source.md +++ b/source.md @@ -93,7 +93,7 @@ If you appreciate the content šŸ“–, support projects visibility, give šŸ‘| ⭐| - [Gesture System](https://medium.com/flutter-community/flutter-deep-dive-gestures-c16203b3434f) - Flutter Deep Dive: Gestures by [Nash](https://nash0x7e2.github.io/) - [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) - Using Flutter’s InheritedWidget to hold app state by [Chema Molins](https://github.com/jmolins) +- [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) ## Videos