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