小鑫 2025年7月8日 · Flutter [flutter/ios] exportArchive Unable to process request – PLA Update available 意思是 《Apple Developer Program 许可协议》(即 PLA)有更新,需要账户拥有者查阅并…
小鑫 2025年7月8日 · Flutter [flutter/ios] exportArchive The operation couldn’t be completed. Unable to log in with account xxx 意思是 Xcode 中的登入信息已经过期,需要进入 Xcode – Settings – Accounts 重…
小鑫 2025年5月10日 · Flutter [flutter/ios] type ‘StackParentData’ is not a subtype of type ‘FlexParentData’ in type cast 原因是:在 Stack 组件中使用了类似 Expanded、Flexible 组件
小鑫 2025年5月7日 · Flutter [flutter] Using `dart run flutter_launcher_icons` destroys ios-project 提示错误: The project ‘Runner’ is damaged and cannot be ope…
小鑫 2025年5月7日 · Flutter [flutter] ios unable to load contents of file list /.xcfilelist not found 运行 flutter build ios 即可生成
小鑫 2023年4月6日 · Flutter Flutter Dialog Context 注意事项 在这个例子中,显示调用 AlertDialog,假设按了确定,则弹出一个 LoadingDialog 访问 api。在这个过程中,LoadingDialog 还可以正常展示,但是无法隐藏,此时 context 为空。因为 Navigator.pop(context, ‘OK’) 已经把 AlertDialog 出栈,其对应的 context 也会 unmounted。