add graph_view

This commit is contained in:
2026-01-26 16:12:38 +01:00
parent 78e27ac8d0
commit 8e612037d0
9 changed files with 573 additions and 1 deletions

View File

@@ -48,7 +48,13 @@ class HomePage extends GetView<HomeController> {
IconButton(
icon: const Icon(Icons.refresh),
onPressed: () {
controller.onInit();
homCtrl.onInit();
},
),
IconButton(
icon: const Icon(Icons.collections),
onPressed: () {
homCtrl.goToGraphPage();
},
),
IconButton(