2019-05-10 06:54:05 +00:00
|
|
|
name: nearby_connections
|
2019-08-11 18:33:47 +00:00
|
|
|
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
2020-08-15 18:51:27 +00:00
|
|
|
version: 2.0.1-dev
|
2019-05-14 19:45:54 +00:00
|
|
|
homepage: https://github.com/mannprerak2/nearby_connections
|
2019-05-10 06:54:05 +00:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.1.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
2020-04-28 13:12:52 +00:00
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: com.pkmnapps.nearby_connections
|
|
|
|
pluginClass: NearbyConnectionsPlugin
|