ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
378 stars 92 forks source link

final image = await renderObject.toImage(pixelRatio: pixelRatio); issue #268

Closed mg3994 closed 4 months ago

mg3994 commented 5 months ago

Version

latest

Library

feedback

Flutter channel

stable

Flutter version

3.16.9

Platform

Web

Details

 final image = await renderObject.toImage(pixelRatio: pixelRatio); bug 

Steps to reproduce

just write something with color and click submit

Output of flutter doctor -v

No response

ueman commented 5 months ago

Based on what you're writing I have no clue what's broken or how to even reproduce it. Please provide more actionable details.

mg3994 commented 5 months ago

nothing much , i am just saying that it works fine till we doesn't write anything with color , after writing with color , and on clicking on submit button in web version it crash

ueman commented 5 months ago

Can you provide a stacktrace? Which web renderer are you using?

mg3994 commented 5 months ago

chrome

ueman commented 4 months ago

Chrome is not a web renderer. Taking screenshots is not supported using the HTML renderer, this already mentioned as a limitation in the readme. I tested again with the CanvasKit renderer and that works.

mg3994 commented 4 months ago

Ok, my fault may be, thanks