alnitak/flutter_flow_chart

Change arrow style

MalcolmMielle opened this issue · 3 comments

It's a very nice package! Would it be possible to add an example on how to change the arrow style?

Hi and thank you very much, it's now only possible to change the thickness of the arrows and the end point it's only a filled circle.
If you want to change the filled circle with something other (ie an arrow), the line code is this:

canvas.drawCircle(p4, 6, paint);

I don't know yet when I will be able to look at this due to few spare time! So please feel free to do a PR!

No worries, I'll send a PR if I end up doing it :)

It would be nice, if we can also set a text for arrow.