Omar Sahl

Results 5 issues of Omar Sahl

Currently, when `Parser.FlutterCompute` is used alongside the [json_serialization](https://pub.dev/packages/json_serializable) package, we need to manually write two top-level functions for each model class that needs to be serialized and deserialized. When means...

I'm trying to resume a download request after the app is killed. I tried doing it by persisting the download Id like this ``` taskId = request!!.start(object : OnDownloadListener {...

The `Error` class in PRDownloader is not really helping when debugging as it doesn't provide the issue that causes the download to fail. I'd suggest adding a `Throwable` parameter to...

Crashlytics reports this crash occasionally for some users. ``` MemoryUtil.java Fatal Exception: java.lang.IllegalArgumentException: Invalid path: /storage/Private at android.os.StatFs.doStat + 46(StatFs.java:46) at android.os.StatFs.(StatFs.java:39) at com.codekidlabs.storagechooser.utils.MemoryUtil.getTotalMemorySize(MemoryUtil.java) at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java) at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java) at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java)...

R&D

Hello @WindySha, are there any plans for supporting the x86 and x86_64 architectures?