-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpubspec.yaml
36 lines (30 loc) · 831 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
32
33
34
35
36
name: haptic_feedback
description: A Flutter plugin for haptic feedback. While it utilizes standard iOS haptics, it aims to emulate these same haptic patterns on Android for a consistent experience across platforms.
repository: https://github.com/nohli/haptic_feedback
issue_tracker: https://github.com/nohli/haptic_feedback/issues
topics:
- haptic
- feedback
- haptics
- vibration
- plugin
version: 0.5.1+1
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.0
dev_dependencies:
flutter_lints: '>=2.0.0 <5.0.0'
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: io.achim.haptic_feedback
pluginClass: HapticFeedbackPlugin
ios:
pluginClass: HapticFeedbackPlugin