gaimon 1.0.0+2 copy "gaimon: ^1.0.0+2" to clipboard
gaimon: ^1.0.0+2 copied to clipboard

outdated

A Flutter plugin to fully support Haptic feedback with custom pattern.

Gaimon #

A Flutter plugin to fully support Haptic feedback with custom pattern.

🧐 What is it ? #

Gaimon is a very simple & easy to use plugin to include Haptic feedback in your app. It support custom pattern with .ahap file support.

πŸ‘» Getting started #

  • Import the plugin.
import 'package:gaimon/gaimon.dart';
  • Trigger haptic πŸ“³.
Gaimon.selection();
Gaimon.success();
Gaimon.error();
// [...]

Quite simple right ? 😎

πŸ“˜ Documentation #

Name Description Android iOS
.selection() Use it on a tap event βœ… βœ…
.error() Use it when an error occur βœ… βœ…
.success() Use it when a successful event occur βœ… βœ…
.warning() Use it when a warning event occur βœ… βœ…
.heavy() Huge feedback βœ… βœ…
.medium() Medium feedback βœ… βœ…
.light() Light feedback βœ… βœ…
.rigid() A huge but speed feedback βœ… βœ…
.soft() A medium but speed feedback βœ… βœ…
.pattern(String data) Read a custom .ahap file (you can use Captain AHAP to generate file) ⛔️ βœ…

🎯 Roadmap #

  • ❌ Support pattern for Android (send .ahap file & convert it to waveform).
  • ❌ Support audio file to haptic feedback (generate correct feedback for audio file).
124
likes
0
points
16.4k
downloads

Publisher

verified publisherdimitridessus.fr

Weekly Downloads

A Flutter plugin to fully support Haptic feedback with custom pattern.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gaimon

Packages that implement gaimon