lofelt 0.0.3 copy "lofelt: ^0.0.3" to clipboard
lofelt: ^0.0.3 copied to clipboard

outdated

Unlock the Power of Haptics in Mobile Devices on Flutter

📳 Lofelt #

test image size

🔗 Official Lofelt website

Unlock the Power of Haptics in Mobile Devices on Flutter

Lofelt builds state-of-the-art haptic technologies for iOS and Android developers and creatives.

⚠️ Disclaimer #

🖥 This plugin is NOT developed by Lofelt

🍏 This plugin is available only for iOS for the moment

❌ Add Lofelt to your project make it not buildable on Simulator

⛏ Getting started #

🎙 Create .haptic files #

To create .haptic file from sound, download Lofelt Studio and see Lofelt Studio documentation

💼 Add .haptic files in your pubspec.yaml #

Example:

 assets:
    - assets/haptics/

⚡️ Init Lofelt in a Widget #

 await Lofelt.init();

➕️ Load a .haptic file in Lofelt #

  await Lofelt.load('assets/haptics/test.haptic');

▶️ Play the file ! #

  await Lofelt.play();

⏹ Stop #

  await Lofelt.stop();

To see Lofelt integration with sound, see example

🗺 RoadMap #

Feature Status
Play .haptic on iOS 🍏
Play .haptic on Android 🤖
Unit test Flutter plugin
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Unlock the Power of Haptics in Mobile Devices on Flutter

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lofelt