release: 0.0.4
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.0.4
|
||||||
|
|
||||||
|
- Update README: fix table of contents
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
- Update README: fix images
|
- Update README: fix images
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ you can easily create any kind of information sharing application **without Inte
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [About](#about)
|
- [About](#about)
|
||||||
- [Android](#android-)
|
- [Android](#android-about)
|
||||||
- [IOS](#ios-)
|
- [IOS](#ios-about)
|
||||||
- [Setup](#setup)
|
- [Setup](#setup)
|
||||||
- [Android](#android--1)
|
- [Android](#android-setup)
|
||||||
- [IOS](#ios--1)
|
- [IOS](#ios-setup)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Data sharing](#data-sharing)
|
- [Data sharing](#data-sharing)
|
||||||
- [Text messages](#text-messages)
|
- [Text messages](#text-messages)
|
||||||
@@ -31,7 +31,7 @@ you can easily create any kind of information sharing application **without Inte
|
|||||||
> as both a client and a server. This means that peer-to-peer networks can exchange resources such as files, data or
|
> as both a client and a server. This means that peer-to-peer networks can exchange resources such as files, data or
|
||||||
> services directly with each other without needing a central authority or server.
|
> services directly with each other without needing a central authority or server.
|
||||||
|
|
||||||
### Android <a id="android_about"></a>
|
### Android <a id="android-about"></a>
|
||||||
|
|
||||||
For Android, **Wi-fi Direct** is used as a P2P network.
|
For Android, **Wi-fi Direct** is used as a P2P network.
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ To check permissions and Wi-fi status, the
|
|||||||
> Testing the plugin **is not possible** on Android emulators, as they usually do not contain the Wi-fi Direct function
|
> Testing the plugin **is not possible** on Android emulators, as they usually do not contain the Wi-fi Direct function
|
||||||
> in general! Use physical devices for that.
|
> in general! Use physical devices for that.
|
||||||
|
|
||||||
### IOS <a id="ios_about"></a>
|
### IOS <a id="ios-about"></a>
|
||||||
|
|
||||||
For IOS, the P2P connection is implemented through the `Multipeer Connectivity` framework.
|
For IOS, the P2P connection is implemented through the `Multipeer Connectivity` framework.
|
||||||
|
|
||||||
@@ -63,12 +63,12 @@ the `nearby_service` plugin to open the settings and prompt the user to turn Wi-
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Android <a id="android_setup"></a>
|
### Android <a id="android-setup"></a>
|
||||||
|
|
||||||
All necessary Android permissions are already in the **AndroidManifest.xml** of the plugin,
|
All necessary Android permissions are already in the **AndroidManifest.xml** of the plugin,
|
||||||
so you don't need to add anything **to work with p2p network**.
|
so you don't need to add anything **to work with p2p network**.
|
||||||
|
|
||||||
### IOS <a id="ios_setup"></a>
|
### IOS <a id="ios-setup"></a>
|
||||||
|
|
||||||
For IOS, you need to add the following values to **Info.plist**:
|
For IOS, you need to add the following values to **Info.plist**:
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
name: nearby_service
|
name: nearby_service
|
||||||
description: Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files.
|
description: Nearby Service Flutter Plugin is used to create connections in a P2P network. Supports sending text messages and files.
|
||||||
version: 0.0.3
|
version: 0.0.4
|
||||||
homepage: https://github.com/ksenia312/nearby_service
|
homepage: https://github.com/ksenia312/nearby_service
|
||||||
repository: https://github.com/ksenia312/nearby_service
|
repository: https://github.com/ksenia312/nearby_service
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user