240 发简信
IP属地:浙江
  • VSCode build iOS 报错 node_modules/@react-native-community/cli-platform-ios/build/commands/runIOS/...

    这是由于项目路径问题 可以通过下列方式解决 1.cd/Users/**/.vscode/extensions/msjsdiag.vscode-r...

  • The argument type 'Image' can't be assigned to the parameter type 'ImageProvider<Object>'.

    类型匹配不上,暂时没找到对应的api, 所以直接把Image 转ImageProvider image:widget.imageUrl !=''...

  • Android Flutter 运行报错

    Flutter--Error: Cannot run with sound null safety, because the following...

  • Android 运行flutter 快捷键

    Command + o: 全局搜索 command + option + l: 格式化代码 command + l: 注释代码 command ...