Skip to content

v0.1.10

Choose a tag to compare

@lengain lengain released this 15 Jun 15:50
· 6 commits to main since this release

v0.1.10 (2025-06-15)

Improvements

  • 添加调试日志: resolve_cross_project_dependencies 守卫条件增加日志输出,便于诊断跨项目依赖解析是否被正确触发。
  • 统一 Flutter 测试: example/run_flutter_test.rb 合并 Mode A(内联 depends_on_flutter)和 Mode B(load podhelper.rb 官方集成模式),支持 --a/--b/--all 参数。

Bug Fixes

  • flutter_post_install 在测试 podhelper.rb 中增加完成消息输出,便于测试验证。