From ebe6d719788b4039b97f9ec72a017726653cb087 Mon Sep 17 00:00:00 2001 From: "denny.deng" Date: Sat, 15 Jun 2019 23:04:18 +0800 Subject: [PATCH 1/2] add dynamic_widget to UI category --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index b3c38f6..6abc187 100644 --- a/source.md +++ b/source.md @@ -149,6 +149,7 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). - [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - A selection widget with an ethereal, full-screen modal popup displaying the available choices by [Ivan Yatsouba](https://github.com/iyatsouba). +- [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000). #### Drawers From 165e2c317d08f6dfe9e2d71387e904260c67188e Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Sun, 16 Jun 2019 17:12:35 +0200 Subject: [PATCH 2/2] Dynamic Widget in Backend-Driven --- source.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source.md b/source.md index 6abc187..796a9a7 100644 --- a/source.md +++ b/source.md @@ -148,8 +148,7 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Liquid Pull To Refresh](https://github.com/aagarwal1012/Liquid-Pull-To-Refresh) - A beautiful and custom refresh indicator by [Ayush Agarwal](https://github.com/aagarwal1012/). - [Slide Container](https://pub.dev/packages/slide_container) Slide vertically and horizontally with a smooth dampened motion by [Quentin Le Guennec](https://github.com/quentinleguennec). - [Rubber Bottom Sheet](https://github.com/mcrovero/rubber) - An elastic material bottom sheet by [Mattia Crovero](https://github.com/mcrovero). -- [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - A selection widget with an ethereal, full-screen modal popup displaying the available choices by [Ivan Yatsouba](https://github.com/iyatsouba). -- [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000). +- [Direct Select](https://github.com/LanarsInc/direct-select-flutter) - Selection widget with an ethereal, full-screen modal popup by [Ivan Yatsouba](https://github.com/iyatsouba). #### Drawers @@ -195,6 +194,11 @@ If you appreciate the content πŸ“–, support projects visibility, give πŸ‘| ⭐| - [Date range picker](https://github.com/anicdh/date_range_picker) - Date range picker modified based on Flutter date picker by [An Doan](https://github.com/anicdh) - [Table Calendar](https://github.com/aleksanderwozniak/table_calendar) - Calendar organized neatly into a Table, with vertical autosizing by [Aleksander WoΕΊniak](https://github.com/aleksanderwozniak) + +#### Backend-Driven + +- [Dynamic Widget](https://github.com/dengyin2000/dynamic_widget) - Build your dynamic UI with json, and the json format is very similar with flutter widget code by [Denny Deng](https://github.com/dengyin2000). + ### Image - [Image Picker](https://github.com/flutter/plugins/tree/master/packages/image_picker) - Images Selection by [Collin Jackson](http://www.collinjackson.com)