Roi Peker
Roi Peker
Thanks for the issue. Not planning any updates currently as i didn't do a stress test with Texts. Would you mind sharing a gist with the sample code? Did you...
Create a dart Image (or GTexture) from a GDisplayObject and paint that (or use GBitmap) instead of the text.
I think flutter (skia) rendering cant run outside the main thread, therefore graphx wouldn't run either. I don't know what are you trying to do specifically... but you can join...
First of all, thanks for the PR! As GraphX originally tries to adapt to the ActionScript experience, I have some doubts regarding this type of computed gestures should be in...
Might be. Although Im still unsure about the addition on DisplayObject for this "compound" gesture... as you might as well create a mixin, or extension to add this behavior on...
No idea in particular to be honest. Might start from stage for the basics events: down, move, release for each touch id
Might be the default decoder jumping in. Can you access `Response::bodyString` or `bodyBytes` ?
Fixed in https://github.com/roipeker/graphx/tree/dedf6cc8f455e4c6213e62731879b8d1aab381d3
Well, a GSprite is mostly a "container" to add other display objects but has a graphics property to draw things in it as well. If you wanna display an Image...
@fotiDim are you still struggling with this? or you managed to get some workaround script for the cleanup?