From edf0c53a94001233499d08f86ad704d5fe681dec Mon Sep 17 00:00:00 2001 From: Anthony VEREZ Date: Tue, 24 Mar 2020 08:38:45 +0100 Subject: [PATCH 1/3] Add styled_widget --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index c9e2bdf..341e0f2 100644 --- a/source.md +++ b/source.md @@ -182,6 +182,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flick](https://github.com/aliyigitbireroglu/flutter-flick) - Tool/Widget for extensive flick management. Work flawlessly with the snap lib or standalone by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu). - [ShowCaseView](https://github.com/simformsolutions/flutter_showcaseview) - Way to showcase your app features on iOS and Android by [Simform](https://github.com/simformsolutions) - [Drag Select GridView](https://github.com/hugocbpassos/drag_select_grid_view) - GridView that supports both dragging and tapping to select its items by [Hugo Passos](https://github.com/hugocbpassos). +- [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). #### Material Design From d1be6846659493f7da760e677f818a99460d929b Mon Sep 17 00:00:00 2001 From: Anthony VEREZ Date: Wed, 25 Mar 2020 21:51:09 +0100 Subject: [PATCH 2/3] Create experimental section --- source.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index 341e0f2..bb18243 100644 --- a/source.md +++ b/source.md @@ -182,7 +182,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flick](https://github.com/aliyigitbireroglu/flutter-flick) - Tool/Widget for extensive flick management. Work flawlessly with the snap lib or standalone by [Ali Yigit Bireroglu](https://github.com/aliyigitbireroglu). - [ShowCaseView](https://github.com/simformsolutions/flutter_showcaseview) - Way to showcase your app features on iOS and Android by [Simform](https://github.com/simformsolutions) - [Drag Select GridView](https://github.com/hugocbpassos/drag_select_grid_view) - GridView that supports both dragging and tapping to select its items by [Hugo Passos](https://github.com/hugocbpassos). -- [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). #### Material Design @@ -353,6 +352,12 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Facebook Audience Network](https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by [Dreamsoft Innovations](https://github.com/dreamsoftin). - [Square In-App Payments SDK](https://github.com/square/in-app-payments-flutter-plugin) - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by [Square](https://github.com/orgs/square) +### Experimental + +This section contains libraries that take an experimental or unorthodox approach to Flutter. + +- [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). + ## Templates - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) - Movie details page by [Iiro Krankka](https://github.com/roughike) From 4aa660bbf74da710ea9609428b8394d16b6fe723 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Thu, 26 Mar 2020 11:04:49 +0100 Subject: [PATCH 3/3] styled_widget in experimental section --- source.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source.md b/source.md index bb18243..8aeb863 100644 --- a/source.md +++ b/source.md @@ -352,12 +352,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Facebook Audience Network](https://github.com/dreamsoftin/facebook_audience_network) - Facebook Audience Network Ad plugin that shows banner, interstitial, in-stream video, rewarded video & natvie ads by [Dreamsoft Innovations](https://github.com/dreamsoftin). - [Square In-App Payments SDK](https://github.com/square/in-app-payments-flutter-plugin) - Take payments by embedding a card entry form in your app that produces nonces from customer-provided card information or digital wallets by [Square](https://github.com/orgs/square) -### Experimental - -This section contains libraries that take an experimental or unorthodox approach to Flutter. - -- [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). - ## Templates - [Movie Details](https://github.com/FlutterRocks/movie-details-ui) - Movie details page by [Iiro Krankka](https://github.com/roughike) @@ -518,6 +512,13 @@ This section contains libraries that take an experimental or unorthodox approach - [AspectD](https://github.com/alibaba-flutter/aspectd) - Aspect-oriented programming (AOP) framework for Flutter (Dart) by [Kyle Wong](https://github.com/kangwang1988) + +## Experimental + +This section contains libraries that take an experimental or unorthodox approach. + +- [styled_widget](https://github.com/ReinBentdal/styled_widget) - Simplifying your widget tree structure by defining widgets using methods by [Rein Gundersen Bentdal](https://github.com/ReinBentdal). + ## Gaming ### Game Engines