Copy old project - initial state
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:terepi_seged/pages/measured_data/presentation/controllers/measured_data_controller.dart';
|
||||
|
||||
class MeasuredDataBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => MeasuredDataController());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user