multipeer_ios
Prerak Mann 5 years ago
parent 36bca76884
commit 3a70bc8d9a

@ -1,4 +1,4 @@
## 0.1.2 ## 0.1.3
* 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%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…
Cancel
Save