published 0.1.3+1

multipeer_ios
Prerak Mann 5 years ago
parent 3a70bc8d9a
commit c44a1e0996

@ -1,4 +1,4 @@
## 0.1.3 ## 0.1.3+1
* Update documentation and Readme * Update documentation and Readme

@ -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-Flow) * [Work Flow](#work-flow)
* [Advertise For connections](#Advertise-for-connection) * [Advertise For connections](#advertise-for-connection)
* [Discover Advertisers](#Discover-Advertisers) * [Discover Advertisers](#discover-advertisers)
* [Request Connection](#Request-Connection) * [Request Connection](#request-connection)
* [Accept Connection](#Accept-Connection) * [Accept Connection](#accept-connection)
* [Sending Data](#Sending-Data) * [Sending Data](#sending-data)
* [Senging Bytes Payload](#Sending-Bytes-Payload) * [Sending 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.3" version: "0.1.3+1"
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.3 version: 0.1.3+1
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…
Cancel
Save