From 3f38e81fe452aa8472aa90af48328cb12c0bacdd Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 16:45:07 +0800 Subject: [PATCH 1/3] Add flutter_flipperkit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59941fe..6a5d790 100644 --- a/README.md +++ b/README.md @@ -365,6 +365,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) [73⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). +- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks @@ -538,4 +539,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work. \ No newline at end of file +To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work. From f00d759c8489023e351664eeb0737fd0cfe4a1c6 Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 22:41:41 +0800 Subject: [PATCH 2/3] Update source.md --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 504f93e..6801253 100644 --- a/source.md +++ b/source.md @@ -370,6 +370,7 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala) +- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks From 89913d08cac7e0bb2b765a61c8ea807b6498f5ca Mon Sep 17 00:00:00 2001 From: JianyingLi Date: Thu, 28 Feb 2019 22:44:20 +0800 Subject: [PATCH 3/3] Revert "Add flutter_flipperkit" This reverts commit 3f38e81fe452aa8472aa90af48328cb12c0bacdd. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a5d790..59941fe 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,6 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Log / Tracing - [Catcher](https://github.com/jhomlala/catcher) [73⭐] - Automatically catches errors and handles them by [Jakub Homlala](https://github.com/jhomlala). -- [flutter_flipperkit](https://github.com/blankapp/flutter_flipperkit) [50⭐] - Use Flipper debug your Flutter apps running in an emulator/simulator or connected physical development devices by [JianyingLi](https://github.com/lijy91). ## Frameworks @@ -539,4 +538,4 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) -To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work. +To the extent possible under law, [Robert Felker](https://www.linkedin.com/in/robert-felker/) has waived all copyright and related or neighboring rights to this work. \ No newline at end of file