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

@@ -6,6 +6,7 @@ import '../controller/graph_controller.dart';
import '../controller/home_controller.dart';
import '../controller/login_controller.dart';
import '../controller/signin_controller.dart';
import '../controller/gasstations_controller.dart';
@@ -19,6 +20,7 @@ class SampleBindings extends Bindings {
Get.lazyPut<DetailController>(() => DetailController());
Get.lazyPut<EditController>(() => EditController());
Get.lazyPut<GraphController>(() => GraphController());
Get.lazyPut<GasstationsController>(() => GasstationsController());
}