mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
published 0.1.3+1
This commit is contained in:
parent
3a70bc8d9a
commit
c44a1e0996
@ -1,4 +1,4 @@
|
||||
## 0.1.3
|
||||
## 0.1.3+1
|
||||
|
||||
* 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
|
||||
* [Setup](#setup)
|
||||
* [Work Flow](#Work-Flow)
|
||||
* [Advertise For connections](#Advertise-for-connection)
|
||||
* [Discover Advertisers](#Discover-Advertisers)
|
||||
* [Request Connection](#Request-Connection)
|
||||
* [Accept Connection](#Accept-Connection)
|
||||
* [Sending Data](#Sending-Data)
|
||||
* [Senging Bytes Payload](#Sending-Bytes-Payload)
|
||||
* [Work Flow](#work-flow)
|
||||
* [Advertise For connections](#advertise-for-connection)
|
||||
* [Discover Advertisers](#discover-advertisers)
|
||||
* [Request Connection](#request-connection)
|
||||
* [Accept Connection](#accept-connection)
|
||||
* [Sending Data](#sending-data)
|
||||
* [Sending Bytes Payload](#sending-bytes-payload)
|
||||
|
||||
## Setup
|
||||
|
||||
|
@ -66,7 +66,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.1.3"
|
||||
version: "0.1.3+1"
|
||||
path:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: nearby_connections
|
||||
description: Plugin for the android NearbyConnections API. Currently sending bytes (Uint8List) is possible.
|
||||
version: 0.1.3
|
||||
version: 0.1.3+1
|
||||
author: Prerak Mann <mannprerak2@gmail.com>
|
||||
homepage: https://github.com/mannprerak2/nearby_connections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user