David Rees
David Rees
**Is your feature request related to a problem? Please describe.** It's not possible to close the barcode scanner once you are happy with the result from the screen. **Describe the...
I was trying out your pod today for some simple blur on an image. Unfortunately I came to some fairly major issues, maybe a little hard to explain but I...
## Please, provide the details below: ### Did you verify whether this issue has already been reported here? _Yes_ ### Tell us about the problem. Feature: button to stop the...
The bug is on line 67/68 of http_with_middleware.dart Can you please update return _withClient((client) => client.post(data.url, headers: headers, body: data.body, encoding: data.encoding)); to return _withClient((client) => client.post(data.url, headers: data.headers, body:...