Zubair Rehman
Zubair Rehman
Hi, Thanks for such a great library. I am trying to download an APK via Fetch but after download, I'm unable to parse/install it using the package manager. Seems like...
Hi, Thanks for such a great plugin. How can i control network timeout duration? Right now the error widget gets called after 3-5 mins when there is no connection. I...
java.lang.RuntimeException: at android.os.AsyncTask$3.done (AsyncTask.java:309) at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:354) at java.util.concurrent.FutureTask.setException (FutureTask.java:223) at java.util.concurrent.FutureTask.run (FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run (AsyncTask.java:234) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588) at java.lang.Thread.run (Thread.java:818) Caused by: java.lang.NullPointerException: at java.io.File.fixSlashes...
removed waiting to complete the animation if user pressed the like button multiple times. Since we are already resetting controller in click listener, so there is not need to wait...
commenting `props.updatePositionCallBack(i);` as its causing exception.
added callback method for onPageChange and passed in current page.
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce _Please tell us what you were...