Roi Peker
Roi Peker
I will try to update it later today, thanks for the report
Sorry to disappoint, but the effort is kinda big to upgrade flutter constraints to latest stable and the packages. I don't have the time to do so, as it will...
Sorry for the delayed response. No time to work on graphx for over a year... today we finally did a small release, v1.0.14, basic but address this particular issue. flutter_svg...
Hi @tlvenn, I forgot to reply earlier today, sorry. You can totally use that library. `Graphics` class has `getPaths()` and `drawPath()` as input/output for raw Paths. source: ...
Feel free to reopen the issue if the solution doesn't fit your needs.
Probably as a lineStyle parameter?, although flash had no support for it i believe (api wise). Anyway, depending on the level of complexity that u need, for straight dashed lines...
Btw, by shaders i meant the classic Gradient or Image Shaders from flutter. Not the experimental GLSL (that will be probably removed with Impeller). Give me a few mins and...
No clue, never tried Impeller myself... but I mostly heard good things about it. (This code uses the latest from master channel, generic Type for the `addChild`) ; Image shader...
Hey @tlvenn , here's the updated example code with shaders for Image and Gradient. Maybe not the prettiest solution as it is, but might be easy to get some "helper"...
Reopening the issue for future code references.