摘要:
if (status.isPermanentlyDenied) { // 如果用户已永久拒绝了定位权限,您可以引导用户到应用设置页面以手动启用权限 // 如果用户已永久拒绝了定位权限,您可以引导用户到应用设置页面以手动启用权限 // const intent = AndroidIntent( // 阅读全文
摘要:
ToggleButtons( isSelected: controller.isSelected, borderRadius: BorderRadius.circular(8), constraints: const BoxConstraints(minWidth: 170.0, maxWidth: 阅读全文
摘要:
Timer? _timer; var periodicTime="".obs; initTimer({required int createTime,required int duration}) async { _timer = Timer.periodic(const Duration(seco 阅读全文
摘要:
DropdownButtonHideUnderline( child: DropdownButton<String>( value: 'One', onChanged: null, items: <String>['One', 'Two', 'Free', 'Four'] .map<Dropdown 阅读全文
摘要:
CounterBinding: class CounterBinding extends Bindings { @override void dependencies() { Get.lazyPut(() => CounterController()); } } CounterController: 阅读全文
摘要:
TextFormField( maxLength: 20, controller: controller.shippernameController, decoration: InputDecoration( counterText: '',//计数器的显示 border: InputBorder. 阅读全文
摘要:
底部弹出 getx模式 Get.bottomSheet( isScrollControlled: false, backgroundColor: AppColors.primaryBackground, isDismissible: false, enableDrag: false, Contain 阅读全文
摘要:
Widget btnFlatButtonWidget({ required VoidCallback onPressed, Widget? text, double width = 140, double height = 44, Color gbColor = AppColors.primaryE 阅读全文
摘要:
两行代码 控件切换 curve TweenAnimationBuilder 阅读全文

摘要:
buildscript { ext.kotlin_version = '1.7.10' repositories { maven { url 'https://maven.aliyun.com/repository/public/' } maven { url 'https://maven.aliy 阅读全文