-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
45 lines (39 loc) · 960 Bytes
/
pubspec.yaml
File metadata and controls
45 lines (39 loc) · 960 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
39
40
41
42
43
44
45
name: core_haptics
description: Type-safe Core Haptics FFI plugin via SwiftPM with automatic fallback to Flutter's Haptic Feedback.
version: 0.0.8
homepage: https://github.com/Azzeccagarbugli/core_haptics
issue_tracker: https://github.com/Azzeccagarbugli/core_haptics/issues
topics:
- haptics
- vibration
- ahap
- core-haptics
- ffi
environment:
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
dependencies:
flutter:
sdk: flutter
ffi: ^2.1.4
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mocktail: ^1.0.4
flutter:
plugin:
platforms:
ios:
dartPluginClass: CoreHapticsPlugin
macos:
dartPluginClass: CoreHapticsPlugin
android:
dartPluginClass: CoreHapticsPlugin
windows:
dartPluginClass: CoreHapticsPlugin
linux:
dartPluginClass: CoreHapticsPlugin
web:
pluginClass: CoreHapticsPlugin
fileName: core_haptics.dart