V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
fyxtc
V2EX  ›  程序员

flutter 里的 dart-sdk 源码修改后有办法生效吗

  •  
  •   fyxtc · 3 天前 · 655 次点击

    flutter/bin/cache/dart-sdk 里面有一些代码需要动一下,我随便加个 print 日志后,clean->pub get-> run 发现没反应。除了自编译还有其他办法,自编译我查了下好麻烦。。。

    5 条回复    2024-12-24 09:50:13 +08:00
    ybz
        1
    ybz  
       3 天前   ❤️ 2
    你需要下载引擎源码,然后修改 third_party/dart 里面的代码,然后自行编译引擎,编译时 flutter/tools/gn 命令需要传递参数--no-prebuilt-dart-sdk ,参考: https://github.com/flutter/engine/blob/main/docs/contributing/Compiling-the-engine.md#using-a-custom-dart-sdk
    debuggerx
        2
    debuggerx  
       3 天前
    什么问题需要改 dart 源码
    lisongeee
        3
    lisongeee  
       3 天前   ❤️ 1
    可以使用 GitHub Action 自动编译
    chandlerbing9317
        4
    chandlerbing9317  
       3 天前   ❤️ 1
    我记得 dart 支持 extension 方法,直接写个 extension 扩展源 sdk 的内容不可以吗
    fyxtc
        5
    fyxtc  
    OP
       2 天前
    @chandlerbing9317 extension 是扩展新方法,我是想要修改源码里的某个私有类的私有数据类型,所以应该只有自编译一条路了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1276 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 23:31 · PVG 07:31 · LAX 15:31 · JFK 18:31
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.