init
This commit is contained in:
10
lib/pages/splash/splash_binding.dart
Normal file
10
lib/pages/splash/splash_binding.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:get/get.dart';
|
||||
|
||||
import 'splash_logic.dart';
|
||||
|
||||
class SplashBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut(() => SplashLogic());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user