Zarul Izham Zubir
Zarul Izham Zubir
Seems happened to Oppo Android 8.0 as well. FYI, I'm including from git instead of pub.dev ``` edge_detection: git: url: [email protected]:sawankumarbundelkhandi/edge_detection.git ref: master ```
I have faced the same problem. My problem solved when I dispose `animationController` too. ``` @override void dispose() { animationController?.dispose(); controller?.dispose(); super.dispose(); } ```
I also having this kind of problem, however I have a solution for that (inspired by @lcuis answer above. It might be the same). 1. Create new project. Let say...
Hi, I'm facing the same problem when generating the PDF under queue. If generate directly (sync), no issues. All defaults defined in app/Providers/AppServiceProvider.php boot().
I'm encountered the same issues on MacOS. For MacOS: Navigate to proxy configuration file: `/Users//Library/Application Support/Herd/config/valet/Nginx` From: `error_log "/Users//Library/Application Support/Herd/config/valet/Log/.test-error.log";` To: `error_log "/Users//Library/Application Support/Herd/Log/.test-error.log";` After saved, restart Herd and you...