30 lines
664 B
YAML
30 lines
664 B
YAML
name: flutter_bluetooth_basic
|
|
description: Flutter plugin that allows to find bluetooth devices & send raw bytes data
|
|
version: 0.1.7
|
|
homepage: https://github.com/andrey-ushakov/flutter_bluetooth_basic
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
flutter: ">=1.12.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
json_annotation: ^4.1.0
|
|
rxdart: ^0.26.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
build_runner: ^1.0.0
|
|
json_serializable: ^3.2.2
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: com.tablemi.flutter_bluetooth_basic
|
|
pluginClass: FlutterBluetoothBasicPlugin
|
|
ios:
|
|
pluginClass: FlutterBluetoothBasicPlugin
|