You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the package works as expected and I really like it. Don't know if this is a bug or something. But I do see the following pops up on the console under debug mode.
D/skia (16876): ERROR: 0:6: 'inout' : invalid qualifier: can be only used with function parameters
The text was updated successfully, but these errors were encountered:
Same issue plus the gradient is always black & white in the emulator. This errors mean the emulator does not support the hardware graphics to render the gradient shader I think. see below.
Hey, this is supposedly an emulator issue @jdevp@nipunasudha are you running Emulator on linux? on Nvidia GPU?
also you could temporarily work around this using swiftshader renderer (rendering would be on cpu and will be slow)
I've been following this issue, raised an issue here
Hi, the package works as expected and I really like it. Don't know if this is a bug or something. But I do see the following pops up on the console under debug mode.
D/skia (16876): ERROR: 0:6: 'inout' : invalid qualifier: can be only used with function parameters
The text was updated successfully, but these errors were encountered: