-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
pubspec.yaml
36 lines (31 loc) · 915 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: flutter_ble_peripheral
description: This plugin enables a device to be set into peripheral mode, and advertise custom
services and characteristics.
version: 1.2.6
homepage: https://github.com/juliansteenbakker/flutter_ble_peripheral
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.10.0"
# Generating json: flutter pub run build_runner build --delete-conflicting-outputs
dependencies:
flutter:
sdk: flutter
json_annotation: ^4.8.0
dev_dependencies:
build_runner: ^2.1.8
flutter_test:
sdk: flutter
json_serializable: ^6.6.1
lint: ^2.0.1
flutter:
plugin:
platforms:
android:
package: dev.steenbakker.flutter_ble_peripheral
pluginClass: FlutterBlePeripheralPlugin
ios:
pluginClass: FlutterBlePeripheralPlugin
macos:
pluginClass: FlutterBlePeripheralPlugin
windows:
pluginClass: FlutterBlePeripheralPluginCApi