mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Graph Drawing: Add some todos
This commit is contained in:
@ -495,3 +495,11 @@ class GraphView extends MultiChildRenderObjectWidget {
|
|||||||
return GraphRenderBox();
|
return GraphRenderBox();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO:
|
||||||
|
// 1. Get this to accept a builder function to draw the widgets (instead of them always being drawn)
|
||||||
|
// 2. Implement a getEdges function
|
||||||
|
// 3. Place them in some initial order?
|
||||||
|
// 4. Update their positions based on
|
||||||
|
|
||||||
|
// Maybe use CustomMultiChildLayout instead?
|
||||||
|
Reference in New Issue
Block a user