forked from nordicsemi/Flutter-nRF-Connect-Device-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 731 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
34 lines (29 loc) · 731 Bytes
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
name: mcumgr_flutter
description: nRF Connect Device Manager library is a Flutter plugin based on
Android and iOS nRF Connect Device Manager libraries.
version: 0.4.2
homepage: "https://github.com/NordicSemiconductor/Flutter-nRF-Connect-Device-Manager"
environment:
sdk: ">=2.12.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
fixnum: ^1.1.0
flutter:
sdk: flutter
protobuf: ^3.1.0
rxdart: ^0.28.0
tuple: ^2.0.1
dev_dependencies:
faker: ^2.1.0
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: no.nordicsemi.android.mcumgr_flutter
pluginClass: McumgrFlutterPlugin
ios:
pluginClass: McumgrFlutterPlugin
assets:
- assets/mock_logs.txt