forked from themobilecoder/headset_connection_event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
29 lines (24 loc) · 823 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
name: headset_connection_event
description: Flutter Plugin for headset events. Detect headset is plugged and unplugged. Get current headset state.
version: 2.1.1
author: songyiYu<[email protected]>, yenoss<[email protected]>, FlutterMoum Group<[email protected]>, Blake Helms (helmsb), Rafael Delos Santos (themobilecoder)
homepage: https://github.com/themobilecoder/headset_connection_event
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
permission_handler: ^9.2.0
dev_dependencies:
flutter_test:
sdk: flutter
mockito: ^5.0.0
flutter:
plugin:
platforms:
android:
package: flutter.moum.headset_connection_event
pluginClass: HeadsetConnectionEventPlugin
ios:
pluginClass: HeadsetConnectionEventPlugin