-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
31 lines (27 loc) · 849 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
name: flutter_veepoo_sdk
description: This plugin provides integration of the Veepoo SDK with Flutter, enabling easy use of Veepoo smartwatch in Flutter applications with additional features.
version: 0.0.6
homepage: https://shasmatic.site
repository: https://github.com/geekswamp/flutter_veepoo_sdk_plus
issue_tracker: https://github.com/geekswamp/flutter_veepoo_sdk_plus/issues
topics: [bluetooth, ble, smartwatch, veepoo]
environment:
sdk: ^3.5.3
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
equatable: ^2.0.7
plugin_platform_interface: ^2.1.8
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
plugin:
platforms:
android:
package: site.shasmatic.flutter_veepoo_sdk
pluginClass: FlutterVeepooSdkPlugin
ios:
pluginClass: FlutterVeepooSdkPlugin