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