Ayoub El Failali
Ayoub El Failali
> Ok after several testing I have the below (my device is 64-bit). > > Targeting 64-bit architecture does work. > `flutter build apk --release --target-platform android-arm64` > > However...
@devxpy hey brother , we would really appreciate it if you updated this package with the fix for release version , everything else about this package is just perfect ,...
I did an adb log for my app which in that case was installed by release apk ,and it gave me this error E/flutter: [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found...
@devxpy can you update the package with newest gradle version and kotlin version ? it didn't get updated from august
I had this problem and I fixed it , use ndk {abiFilters="armeabi-v7a"} inside the default config of gradle app build , this will result in making a 32-bit apk that...
do an apk analyze and see which packages in the lib folder , if you found arm and arm64 then you may have a problem of conflicting packages especially in...
> Still getting the issue after upgrading to 2.0. I'm not sure that cause the issue or something else but never get this issue before this project is abandoned, unless...
is there no hope for webp encoding? webp is getting increasingly more important and wide spread, the lack of webp makes flutter seem less reliable than other frameworks
the problem is still in happening, please reopen the issue, it doesn't have any effect on the result, using up-to-date with git pull sd.next
intresting , hopefully the creator would fix it soon , but at least there are options , nice > Hi Ayoub, I'm just discovering this lovely library and made the...