美文网首页
flutter将proto文件编译成dart文件

flutter将proto文件编译成dart文件

作者: 价值投机168 | 来源:发表于2022-04-02 17:03 被阅读0次

    1.https://github.com/protocolbuffers/protobuf/releases去这里下载。
    2.然后:(在解压缩的目录下执行)
    C:\Users\soda\Downloads\protobuf-all-3.20.0\protobuf-3.20.0>dart pub global activate protoc_plugin
    3.你会看到:
    Pub installs executables into C:\Users\soda\AppData\Local\Pub\Cache\bin, which is not on your path.

    3.切到对应目录下(你也可以加到环境变量里去)
    C:\Users\soda\AppData\Local\Pub\Cache\bin>protoc --dart_out=E:/test2 -I E:/test2/ rserver.proto

    注意:最后那个文件和路径之间有两个空格,切记

    相关文章

      网友评论

          本文标题:flutter将proto文件编译成dart文件

          本文链接:https://www.haomeiwen.com/subject/ebntsrtx.html