mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
9d150de814
added cancelPayload and assertions
22 lines
476 B
YAML
22 lines
476 B
YAML
name: nearby_connections
|
|
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
|
version: 1.0.2
|
|
author: Prerak Mann <mannprerak2@gmail.com>
|
|
homepage: https://github.com/mannprerak2/nearby_connections
|
|
|
|
environment:
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
plugin:
|
|
androidPackage: com.pkmnapps.nearby_connections
|
|
pluginClass: NearbyConnectionsPlugin
|