add graph_view
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user