'Can we use graphite library package to make flowcharts in real-time in flutter?

I have used the graphite package to make graphs directly but I want to make interactive flowcharts in flutter. For example, there are a few rectangular blocks present and I want to drag and drop them and connect them using arrows. Can anyone please guide me on how to do it?

https://pub.dev/packages/graphite From this package, I am able to make graphs directly. Please tell me how to make interactive flowcharts



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source