Yanuar Bimantoro

Results 9 comments of Yanuar Bimantoro

problem when pausing it wil generate new taskId just like retry, so the previous taskId not get updated in ui screen, you need to update to the newest taskId when...

> how can i enable Horizontal view ? i can reproduce this just follow the documentation and change the listview.builder with pageview.builder

is this fixed in 2.0.1 version?

Sometimes it doesn't work because the source website has cloudflare enabled, and some cloudflare bypass node.js packages that I found don't work anymore

because background service is creating separate isolate from flutter app, you need to initialize first on your background service function, example: `await dotenv.load(fileName: ".env");`

Any updates on this?