refactor : base page
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
import 'package:rasadyar_chicken/presentation/pages/common/profile/logic.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
|
||||
class GlobalBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.put(BaseLogic(), permanent: true);
|
||||
Get.lazyPut(() => BaseLogic(), fenix: true);
|
||||
Get.lazyPut(() => ProfileLogic(), fenix: true);
|
||||
|
||||
|
||||
//root logics
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user