mirror of
https://github.com/hackku21/nearby_connections.git
synced 2024-10-27 19:14:01 +00:00
0797dedc35
* initial migration using tool * minor changes * Completed null safety migration * updated changelog * Fix typo in PayloadStatus enum. * Format changes * Minor changes
24 lines
517 B
YAML
24 lines
517 B
YAML
name: nearby_connections
|
|
description: Plugin for the android NearbyConnections API. Bytes and Files Supported.
|
|
version: 3.0.0-nullsafety.1
|
|
homepage: https://github.com/mannprerak2/nearby_connections
|
|
|
|
environment:
|
|
sdk: '>=2.12.0-29.10.beta <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
|