Skip to content

Commit

Permalink
Add YouTube Flutter App demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
abobija committed Apr 28, 2024
1 parent 677abc6 commit 117d9d3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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",
));
Expand Down

0 comments on commit 117d9d3

Please sign in to comment.