add econtrol gasstation view and logic

This commit is contained in:
2026-02-19 14:49:39 +01:00
parent ff440ac48c
commit 8349e2b496
8 changed files with 497 additions and 0 deletions

View File

@@ -51,6 +51,12 @@ class HomePage extends GetView<HomeController> {
homCtrl.onInit();
},
),
IconButton(
icon: const Icon(Icons.gas_meter),
onPressed: () {
homCtrl.goToGasStations();
},
),
IconButton(
icon: const Icon(Icons.collections),
onPressed: () {