mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
24 lines
492 B
YAML
24 lines
492 B
YAML
name: nearby_connections
|
|
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
|
version: 2.0.2
|
|
homepage: https://github.com/mannprerak2/nearby_connections
|
|
|
|
environment:
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
flutter: ">=1.20.0 <2.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.pkmnapps.nearby_connections
|
|
pluginClass: NearbyConnectionsPlugin
|