Mattias Fjellvang

Results 315 comments of Mattias Fjellvang

And it works initially. If I start a new debug session it will work just fine. If I then hot reload/restart the app, and go to the route, it won't...

The error is this: when the widget is disposed*, the underlying service is not being stopped. When you restart your application, it is technically still running, so when you go...

Here's a video showing the issue: https://github.com/juliansteenbakker/mobile_scanner/assets/3786627/c4699717-6ae9-4d9d-82b2-a9350eba182b

@navaronbracke Not sure how I can clarify further apart from the video I sent above. The code won't work if you use flutters hot restart functionality (note: hot reload works,...

OK - found the problem: The customer ID should be without the `customer/` prefix. I was initially simply looping through the return of `const customerIds = (await client.listAccessibleCustomers(credentials.key)).resource_names` which automatically...