Schwusch / widget_arrows

Draw arrows between widgets in Flutter
https://pub.dev/packages/widget_arrows
MIT License
145 stars 14 forks source link

Generate Arrows Dynamically #8

Closed officialasit closed 3 years ago

officialasit commented 3 years ago

Hi,

Is it possible to generate arrows dynamically by just passing the from and target arrow id ? I want to connect two widgets with an arrow on a user based action.

Thanks 😄

Schwusch commented 3 years ago

In short, yes. You can pass variables in that you know are connected.

officialasit commented 3 years ago

Thanks @Schwusch Ill try with it