import 'package:get/get.dart'; class ProfileBinding implements Bindings { @override void dependencies() { /// 注册我的控制器 } }