From 117d9d3939c8d4121d6e440c53d08dec4bb982d6 Mon Sep 17 00:00:00 2001 From: Alija Bobija Date: Sun, 28 Apr 2024 21:13:14 +0200 Subject: [PATCH] Add YouTube Flutter App demo to README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab92a8f..3496eca 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,12 @@ The breaking change was implemented with 14.6. However, it seems to be the case - After the Dev-Account has been approved, you have to make a request via this [form](https://developer.apple.com/contact/request/networking-multicast) to be allowed to use the Multicast Api. - Then you can follow this [guide](https://developer.apple.com/forums/thread/663271?answerId=639455022#639455022) (new process) -## Demo video +## Demo videos + +| Console App | Flutter Mobile App | +| --- | --- | +| [![Demo Video - Console App](https://img.youtube.com/vi/yjxtwQ8Xpuo/mqdefault.jpg)](https://youtu.be/yjxtwQ8Xpuo) | [![Demo Video - Flutter Mobile App](https://img.youtube.com/vi/bE5uClhBgxM/mqdefault.jpg)](https://youtu.be/bE5uClhBgxM) | -[![Demo YouTube video](https://img.youtube.com/vi/yjxtwQ8Xpuo/mqdefault.jpg)](https://youtu.be/yjxtwQ8Xpuo) ## Example @@ -46,7 +49,7 @@ provisioner.listen((response) { try { await provisioner.start(ProvisioningRequest.fromStrings( ssid: "NETWORK NAME", - bssid: "ROUTER BSSID", + bssid: "ROUTER BSSID", // Optional password: "NETWORK PASSWORD", ));