Nabeel Parkar
Nabeel Parkar
## Triage report I can reproduce this issue with `Master (3.7.0-13.0.pre.53)`. Playing around with `autofocus`, removing and adding it, doesn't solve the issue. 
Hello @salman731. Can you provide a minimal but complete example. Your code is long and complex. Please read [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) on how the code sample should look...
Can you highlight the steps you are taking to verify the resolution, along with which device you're using to check this?
## Triage report To me, it looks like `toImage` is heavily compressing the image causing it to be low resolution even though the PNG should support over 2 billion pixels...
## Triage report Hello @rydmike. Thank you for the detailed bug report. I can reproduce this issue on `Master (3.7.0-15.0.pre.16)` using the code sample provided. flutter doctor -v (Master) ```...
Hello @Kimi-Arthur. This does not look like a Flutter issue, but rather a permissions issue on your machine. We also do not provide support for 3rd party libraries / technologies...
Could you provide a way to reliably reproduce this issue, without the use of any 3rd party dependencies?
Hey @Kimi-Arthur. Can you confirm if the issue is reproducible with the latest master version of Flutter?
## Triage report Okay I can reproduce this issue on `Master (3.7.0-27.0.pre.25)`. Looks like specifically `canvaskit.js` and `canvaskit.wasm` only have owner read-write permissions (600), while other files have read-write for...
Hello @desistefanova. Thanks for raising this issue. Could you provide an isolated example that reproduces this issue? Preferably, a public Github repository, that includes all the CI files, that I...