add econtrol gasstation view and logic
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user