From f20490534ef40026bd1f3bc5887b6b0e88dff1db Mon Sep 17 00:00:00 2001 From: JHBitencourt Date: Wed, 27 Mar 2019 18:38:40 -0300 Subject: [PATCH 1/2] Adding flutter ready_to_go project on Howtos --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 54e02dd..a22f15a 100644 --- a/source.md +++ b/source.md @@ -109,6 +109,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) - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - How to properly architect your app and work with flavors (bloc, device settings, json and connectivity), by [JHBitencourt](https://github.com/JHBitencourt) ## Videos From b21e7a5c92289e57ae27ae3a7b8226a5e13b5873 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Fri, 29 Mar 2019 14:00:30 +0100 Subject: [PATCH 2/2] Flavors section --- source.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index a22f15a..bb07f9f 100644 --- a/source.md +++ b/source.md @@ -107,9 +107,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Firebase](https://www.youtube.com/watch?v=p4yLzYwy_4g) - Firebase live coding - [Securing Apps](https://medium.com/@mehmetf_71205/securing-flutter-apps-ada13e806a69) - By Mehmet Fidanboylu - [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) - [howtodothisinflutter.com](https://github.com/lesnitsky/howtodothisinflutter) – Cheat sheet for react native developers trying Flutter by [Andrei Lesnitsky](https://twitter.com/lesnitsky_a) -- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - How to properly architect your app and work with flavors (bloc, device settings, json and connectivity), by [JHBitencourt](https://github.com/JHBitencourt) + +#### Flavors + +- [Build Flavor](https://medium.com/@salvatoregiordanoo/flavoring-flutter-392aaa875f36) - Define build configurations and switch them by [Salvatore Giordano](https://medium.com/@salvatoregiordanoo) +- [Ready to Go/Flavors](https://github.com/JHBitencourt/ready_to_go) - Properly architect your app and work with flavors by [JHBitencourt](https://github.com/JHBitencourt) ## Videos