From 4266821e814d995e1ec881b357d6f8977aa5b19f Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Wed, 19 Dec 2018 15:04:33 -0500 Subject: [PATCH] Add Flutter Layout Cheat Sheet to Howtos Section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A great guide by example on layout widgets and their possibilities, by Tomek Polański --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 7253f46..c03b007 100644 --- a/source.md +++ b/source.md @@ -76,6 +76,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Build your plugins](https://medium.com/@KarthikPonnam/build-your-own-plugin-for-flutter-cfee1a08ea3a) - How to make a custom plug-in by [Karthik Ponnam](https://medium.com/@KarthikPonnam) - [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) - [Animations in Flutter](https://proandroiddev.com/animations-in-flutter-6e02ee91a0b2) - Commonly used animation examples by [Muhammed Salih Güler](https://proandroiddev.com/@muhammedsalihguler) +- [Flutter Layout Cheat Sheet](https://medium.com/flutter-community/flutter-layout-cheat-sheet-5363348d037e) - Extensive examples of layout widgets by [Tomek Polański](https://github.com/tomaszpolanski) ### Websites / Blogs