Last updated:
0 purchases
lofelt
📳 Lofelt #
🔗 Official Lofelt website
🔗 Lofelt SDK Repository
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
⛏ Getting started #
🎙 Haptic files #
You can download a free to use libary of .haptic files from Lofelt's website.
To create your own custom .haptic file from sound, download Lofelt Studio and see Lofelt Studio documentation
💼 Add .haptic files in your pubspec.yaml #
Example:
assets:
- assets/haptics/
copied to clipboard
⚡️ Init Lofelt in a Widget #
await Lofelt.init();
copied to clipboard
➕️ Load a .haptic file in Lofelt #
await Lofelt.load('assets/haptics/test.haptic');
copied to clipboard
▶️ Play the file ! #
await Lofelt.play();
copied to clipboard
⏹ Stop #
await Lofelt.stop();
copied to clipboard
To see Lofelt integration with sound, see example
🗺 RoadMap #
Feature
Status
Play .haptic on iOS 🍏
✅
Play .haptic on Android 🤖
❌
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.