1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-07 08:14:41 +08:00

Graph Drawing: Add some todos

This commit is contained in:
Vishesh Handa
2020-08-09 00:56:46 +02:00
parent 7b7c170792
commit 9411a36f4a

@ -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?