From 2a4831da8a8f44ff92958412c1d95ed303cc4016 Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 8 Aug 2019 11:14:49 +0800 Subject: [PATCH 1/2] Added Flutter Widget Live Book to Website/Blog --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index afa2145..64c56fd 100644 --- a/source.md +++ b/source.md @@ -71,6 +71,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515) - [Flutter Tips](https://medium.com/@diegoveloper) - Articles, tips & tricks in the development by [Diego Velásquez](https://twitter.com/diegoveloper) - [FilledStacks](https://www.filledstacks.com/) - Tutorials and guides on development by [Dane Mackier](https://www.instagram.com/filledstacks/) +- [Flutter Widget Live Book](https://flutter-widget-livebook.blankapp.org/) - Live preview example for flutter widgets by [JianyingLi](https://github.com/lijy91/) ### Tutorial From 30c6d21a194ace15133fb81f2826ca18c64adec9 Mon Sep 17 00:00:00 2001 From: Robert Felker Date: Wed, 21 Aug 2019 09:09:02 +0200 Subject: [PATCH 2/2] Web Demonstration --- source.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index 64c56fd..ff3cc58 100644 --- a/source.md +++ b/source.md @@ -71,7 +71,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Norbert](https://medium.com/@norbertkozsir) - In depth articles, features and app creation by [Norbert515](https://github.com/Norbert515) - [Flutter Tips](https://medium.com/@diegoveloper) - Articles, tips & tricks in the development by [Diego Velásquez](https://twitter.com/diegoveloper) - [FilledStacks](https://www.filledstacks.com/) - Tutorials and guides on development by [Dane Mackier](https://www.instagram.com/filledstacks/) -- [Flutter Widget Live Book](https://flutter-widget-livebook.blankapp.org/) - Live preview example for flutter widgets by [JianyingLi](https://github.com/lijy91/) ### Tutorial @@ -124,6 +123,10 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| - [Flutter Examples](https://github.com/nisrulz/flutter-examples) - Simple basic isolated apps for devs by [Nishant Srivastava](https://github.com/nisrulz) - [Flutter Catalog](https://github.com/X-Wei/flutter_catalog) - An app showcasing Flutter components, with side-by-side source code view, by [X-Wei](https://github.com/X-Wei) +#### Web Demonstration + +- [Flutter Widget Live Book](https://flutter-widget-livebook.blankapp.org/) - Live web preview of widgets by [JianyingLi](https://github.com/lijy91/) + ### UI - [Contact Picker](https://github.com/goderbauer/contact_picker) - Picking contact from the address book by [Michael Goderbauer](https://github.com/goderbauer)