Add FilamentModel with all properties and refactor notes as optional
This commit is contained in:
18
lib/helpers/sample_bindings.dart
Normal file
18
lib/helpers/sample_bindings.dart
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import '../controllers/home_controller.dart';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class SampleBindings extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
// Define your dependencies here no permanent Binding
|
||||
Get.lazyPut<HomeController>(() => HomeController());
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user