Yousef Almutairi
Yousef Almutairi
My workaround: ```Country.tryParse(controller.text)?.getTranslatedName(context);```
@danagbemava-nc Works perfectly in android. Never fails to load the url. While in ios most of the time it fails because the widget is not visible on the screen or...
Same issue here, found it in Crashanalytics. ``` Devices: 71% Pixel 3 XL 29% sdk_gphone_arm64 ``` ``` This issue has 7 crash events affecting 3 users ``` ``` Event summary...
Full stack trace ``` Fatal Exception: java.lang.RuntimeException Unable to start activity ComponentInfo{com.bermjly.fesale/com.bermjly.fesale.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.bermjly.fesale-PN68lUhbtgbZ_vT9_ko1CQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.bermjly.fesale-PN68lUhbtgbZ_vT9_ko1CQ==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libflutter.so" Fatal Exception: java.lang.RuntimeException: Unable to start activity...
> we have the same issue. Any updates? I will try this https://medium.com/codechai/flutter-app-couldnt-find-libflutter-so-c95ad81cbccd has anyone tried? Did not work for me, I still got the same crashes.
> Ignore all other solutions proposed above. They are wrong. > > @happy-san your issue is that Sentry (a 3rd party plugin you are using) is adding x86 .so files....
Hello @HoliSimo Unfortunately this is not possible in django-smart-select. And as a result, I stopped using it.
@HoliSimo tbh I have not found any other library better than this one. If you really like the use case, you can use jquery: 1. Create a view and url...
More crashes in Crashlytics due to this error.
Please note I do not authenticate twitter logins without a valid email address. Sometimes the user can register in twitter without e-mail address (with a phone number). ``` Future signInWithTwitter()...