doc: add demo

This commit is contained in:
ksenia312
2024-02-08 19:57:57 +01:00
parent e05d55bcec
commit 1804d14723
3 changed files with 12 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 87 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

+12 -1
View File
@@ -24,6 +24,7 @@ you can easily create any kind of information sharing application **without Inte
- [Text messages](#text-messages)
- [Resource messages](#resource-messages)
- [Additional features](#additional-features)
- [Demo](#demo)
## About
> A peer-to-peer (P2P) network is a decentralized network architecture in which each participant, called a peer, can act
@@ -462,4 +463,14 @@ final filesListener = NearbyServiceFilesListener(
error,
disabled,
}
```
```
## Demo
### Android
![android_demo](.github/assets/android_demo.gif)
### IOS
![IOS_demo](.github/assets/ios_demo.gif)