flutter_graphite icon indicating copy to clipboard operation
flutter_graphite copied to clipboard

Flutter widget to draw interactive direct graphs (flowcharts) of any complexity in a tile rectangular manner.

Results 13 flutter_graphite issues
Sort by recently updated
recently updated
newest added

Hi, How can I reduce card height? Because I need a rectangle shape.

There is a cellWidth attribute that sets the horizontal dimension and somehow that influences the height too, but is there an option to size each node separately? If you use...

I see all the gestures you can make on a mobile device, but I'm just looking to click on the edge from the web app. Is there a way to...

I am running Graphite 0.3.0, Flutter 2.2.3 I have a graph: {id: Step 1, next: [Step 2, Step 2a]} {id: Step 2, next: [Step 3]} {id: Step 3, next: []}...

For my use case, I would like to have a third field in NodeInput for the displayed text, possibly 'displayText'. The unique identifier, 'id' would be used to identify the...

Is there an easy way to maybe pass a flag to the graph, that if you had an edge x -> y and an edge y -> x it would...

enhancement

Hi there! Thanks for sharing this awesome library. I wonder how to get the matrix that would place "parent" nodes in between "children" nodes. Take a look at the example...

enhancement

This package is vary useful and customisable. With node builder and mouse region we can detect hover for the any node and we can show the customised node based on...

Would be really nice we have a diagram as a subway map like this: https://www.pads.rwth-aachen.de/global/show_picture.asp?id=aaaaaaaabswgyrs&w=842&q=77 Elements similar UML Activity diagram Requirements: - Activity element - Relationship element - Decision element...