From f5f630172d093a2e5a801085bee0e75c07d12a68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Uek=C3=B6tter?= Date: Tue, 20 Feb 2024 19:51:34 +0100 Subject: [PATCH] package of the week video (#272) --- README.md | 6 ++++++ feedback/README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 12ac96b2..aaaa6d3b 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ Flutter Favorite

+

+ +[![Package of the week video](https://img.youtube.com/vi/yjsN2Goe_po/0.jpg)](https://www.youtube.com/watch?v=yjsN2Goe_po "feedback (Package of the Week)") + +

+ A Flutter package for obtaining better feedback. It allows the user to provide interactive feedback directly in the app, by annotating a screenshot of the current page, as well as by adding text. diff --git a/feedback/README.md b/feedback/README.md index 72f3fa45..78512d9a 100644 --- a/feedback/README.md +++ b/feedback/README.md @@ -23,6 +23,12 @@ directly in the app, by annotating a screenshot of the current page, as well as Example Image

+

+ +[![Package of the week video](https://img.youtube.com/vi/yjsN2Goe_po/0.jpg)](https://www.youtube.com/watch?v=yjsN2Goe_po "feedback (Package of the Week)") + +

+ ## Demo An interactive web example is available here: Online demo. It also contains a small tutorial on how to use this library.