-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpubspec.yaml
40 lines (36 loc) · 936 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
37
38
39
40
name: nordic_nrf_mesh
description: A Flutter plugin to enable mesh network management and communication using Nordic Semiconductor's SDKs.
version: 0.13.0
homepage: https://www.dooz-domotique.com/
repository: https://github.com/OZEO-DOOZ/nrf_mesh_plugin
issue_tracker: https://github.com/OZEO-DOOZ/nrf_mesh_plugin/issues
environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# BLE handling
flutter_reactive_ble: ^5.0.2
rxdart: ^0.27.5
retry: ^3.1.0
# Models
json_annotation: ^4.7.0
freezed_annotation: ^2.1.0
# static analysis
meta: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.3.0
json_serializable: ^6.5.1
freezed: ^2.1.1
flutter_lints: ^2.0.1
flutter:
plugin:
platforms:
android:
package: fr.dooz.nordic_nrf_mesh
pluginClass: NordicNrfMeshPlugin
ios:
pluginClass: NordicNrfMeshPlugin