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

outdated

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.

📳 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 package is NOT developed by Lofelt

🍏 The haptics works only for iOS for the moment

📃 You will need a Lofelt licence to use this package and create .haptic files

⛏ 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 🤖
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on lofelt