first commit
This commit is contained in:
15
lib/service/bindings.dart
Normal file
15
lib/service/bindings.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import 'package:get/get.dart';
|
||||
import 'package:get/get_core/src/get_main.dart';
|
||||
|
||||
import '../controllers/authentication/auth_controller.dart';
|
||||
import '../controllers/intro_controller/intro_screen_controller.dart';
|
||||
import '../modules/authentication/auth.dart';
|
||||
|
||||
class GlobalBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
|
||||
Get.lazyPut(()=>IntroScreenController(),fenix:true);}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user