mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
minor fix
This commit is contained in:
parent
36bca76884
commit
3a70bc8d9a
@ -1,4 +1,4 @@
|
|||||||
## 0.1.2
|
## 0.1.3
|
||||||
|
|
||||||
* Update documentation and Readme
|
* Update documentation and Readme
|
||||||
|
|
||||||
|
14
README.md
14
README.md
@ -6,13 +6,13 @@ An **android** flutter plugin for the Nearby Connections API
|
|||||||
|
|
||||||
## Table of Content
|
## Table of Content
|
||||||
* [Setup](#setup)
|
* [Setup](#setup)
|
||||||
* [Work Flow](#Work%20Flow)
|
* [Work Flow](#Work-Flow)
|
||||||
* [Advertise For connections](#Advertise%20for%20connection)
|
* [Advertise For connections](#Advertise-for-connection)
|
||||||
* [Discover Advertisers](#Discover%20Advertisers)
|
* [Discover Advertisers](#Discover-Advertisers)
|
||||||
* [Request Connection](#Request%20Connection)
|
* [Request Connection](#Request-Connection)
|
||||||
* [Accept Connection](#Accept%20Connection)
|
* [Accept Connection](#Accept-Connection)
|
||||||
* [Sending Data](#Sending%20Data)
|
* [Sending Data](#Sending-Data)
|
||||||
* [Senging Bytes Payload](#Sending%20Bytes%20Payload)
|
* [Senging Bytes Payload](#Sending-Bytes-Payload)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.1.2"
|
version: "0.1.3"
|
||||||
path:
|
path:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: nearby_connections
|
name: nearby_connections
|
||||||
description: Plugin for the android NearbyConnections API. Currently sending bytes (Uint8List) is possible.
|
description: Plugin for the android NearbyConnections API. Currently sending bytes (Uint8List) is possible.
|
||||||
version: 0.1.2
|
version: 0.1.3
|
||||||
author: Prerak Mann <mannprerak2@gmail.com>
|
author: Prerak Mann <mannprerak2@gmail.com>
|
||||||
homepage: https://github.com/mannprerak2/nearby_connections
|
homepage: https://github.com/mannprerak2/nearby_connections
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user