新设备环境配置手册
home brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
环境变量
/opt/homebrew/bin
fish…
常用命令
flutter pub run build_runner build --delete-conflicting-outputs flutter_distributor release --name dev --jobs ios
如何继承bash的环境变量并设置fish shell为默认shell
步骤 创建 .bash_profile 文件,如果没有的话
在 export 环境变量后,添加如下内容
Copy
eval "$(/opt/homebrew/bin/brew shellenv)"
if [ -z "$INTELLIJ_ENVIRONMENT…
解决sentry flutter 中显示 redacted
原因分析 显示 redacted 是因为缺少 flutter 框架源码的符号表
解决方案
flutter --version 查看当前 flutter 版本
Copy
Flutter 3.13.4 • channel stable • https://github.com…
flutter neovim 配置时遇到的一些问题
刷新插件
flutter iOS 如何使用 sksl 预热
在命令行中 在 profile 模式下运行你的 app
flutter run --profile --cache-sksl -d 00008110-00120D210C39801E
00008110-00120D210C39801E 是你的设备 id 在 app 中做各种操作…