D-Apps

Results 12 comments of D-Apps

Did you check the TEMP folder to see if it's being deleted after the process complete? If you are running UXS in some folder of your PC, find the configs...

I did some tests, the error happens only in some x64 devices, not all, I have a LG K10 x64 and the method is found and the plugin works fine.

> 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...

Thank you. But if I download the pdf as bytes, if the pdf is large like 70mb it's gonna take sometime to display to the user right? Like downloading to...

> @myagizguler Did you use adsense with Flutter Web project? > > Mine was not accapted due to not enough content. At least, "not enought content" doesn't mean that flutter...

As workaround I had to create a bool variable to make sure my init method will called only once. `bool onFinishPlayingCalled = false;` ![Screen Shot 2021-11-30 at 16 44 59](https://user-images.githubusercontent.com/20110433/144116887-2d0a7edc-55b1-4837-b975-72d7dc18500e.png)

I had the same issue and this code solved, I am not using this package anymore, static Future isInternetAvailable() async { bool result; try { final list = await InternetAddress.lookup('google.com');...

Does anyone tested with dio or universal_io libs?

@devoncarew When I start any active emulator the option shows only "Android SDK built for x86", if I connect my real phone it works, I see him in the list...