-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (33 loc) · 959 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
38 lines (33 loc) · 959 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
35
36
37
38
name: flutter_band_fit
description: Flutter plugin for UTE smart bands using the UTE SDK (the GloryFit SDK) for BLE connectivity, sync, and vitals on Android and iOS.
version: 0.0.4
homepage: https://github.com/VK027/flutter_band_fit
repository: https://github.com/VK027/flutter_band_fit
issue_tracker: https://github.com/VK027/flutter_band_fit/issues
documentation: https://github.com/VK027/flutter_band_fit/blob/main/example/docs/plugin/full-implementation-guide.md
topics:
- bluetooth
- ble
- wearable
- health
- fitness
false_secrets:
- example/android/app/src/main/AndroidManifest.xml
environment:
sdk: ^3.5.0
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
android:
package: com.vvk.flutter_band_fit
pluginClass: FlutterBandFitPlugin
ios:
pluginClass: FlutterBandFitPlugin