jgrandchavin/lofelt

[Android] Support android

nmpco129 opened this issue · 3 comments

Hello, I'm integrating Lofelt to my application.
For iOS, it's is ok.
And for Android, I followed https://github.com/Lofelt/lofelt-studio-sdk/tree/main/android-example to make it works on Android's device.
My situation is, when I run the application in debug mode, it works. But in release mode, it is not working as expected.

flutter build apk --split-per-abi
Note: I used try catch to catch Exception error then show toast, but I didn't receive any thing.
Can you guys help me a bit on this problem, please?

If missing any information, just tell me. I will provide it :D
Thanks a lot

Hello !

My Lofelt Flutter package supports only iOS for the moment. Android support will come later !

But, I see that I not throwing an unimplemented error on Android side. I will fix it as soon as possible.

Thanks for your issue !

Thank for your reply,
But I implemented native code on Android. It works well in debug mode, I can see the vibration on my Android device. Then I try to build release, then nothing happen....
Note: I cloned your package and modify code in Android folder

I think the problem comes from my Android config (I'm not sure), I tried to make as same as with https://github.com/Lofelt/lofelt-studio-sdk/tree/main/android-example. But still fail