From bd8c8b483abbcf885f3ebf5295396b68fd3f9f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wiszenko?= <16039496+pawello2222@users.noreply.github.com> Date: Wed, 4 Nov 2020 00:56:54 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c5bfb73..8938150 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,18 @@ A Widget that displays the remaining time in seconds and changes color when the A demo showcasing how to use Deep Links to pass events / information from a Widget to the parent App. +### [Dynamic Intent Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExamplesWidget/DynamicIntentWidget) + +A Widget that has dynamically configurable data. + ### [Environment Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExamplesWidget/EnvironmentWidget) A demo showcasing how to adjust a Widget View depending on Environment variables. +### [Intent Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExamplesWidget/IntentWidget) + +A Widget that has a configurable background color. + ### [Network Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExamplesWidget/NetworkWidget) A demo showcasing how to load data from a network request and populate the Widget Timeline.