240 发简信
IP属地:山东
  • show Menu实现下拉菜单

    showMenu(postion:RelativeRect.fromLTRB(),items:[PopupMenuIte(child:Row())])

  • Getx国际化语言配置

    【创建语言包】 import'package:get/get.dart'; class Messages extends Translation...

  • get init报错

    1) GetX Pattern (by Kauê) 2) CLEAN (by Arktekko) Which architecture do ...

  • flutter指纹或人脸识别

    官方插件 local_auth 初始化 final LocalAuthentication auth = LocalAuthentication...

  • get_cli 生成model

    cd到项目中或在项目终端 get generate model on <models生成model所在文件夹> from “接口” 如 “htt...

  • flutter的get路由

    get跳转指定路由 Get.toName('/login') Get.toName('/login',agr) get路由返回上一级页面 Get...

  • flutterGetX的状态管理

    【响应式状态管理】 声明:final RxInt count = 0.obs;或 final RxInt lengs = RxInt(0);或f...

  • flutter在线model解析

    final command = "abcde" final converted = AsciiEncoder().convert(command...