当前位置:   article > 正文

在Flutter中使用protobuf (Mac OS环境)_flutter google protobuf

flutter google protobuf
(1)下载protobuf zip包 https://github.com/protocolbuffers/protobuf/releases
./configure
 make
 make check
 sudo make install
 sudo ldconfig
  • 1
  • 2
  • 3
  • 4
  • 5

检查是否安装成功: protoc --version

(2) 安装 protoc_plugin
dart pub global activate protoc_plugin [版本号]
eg:
dart pub global activate protoc_plugin 19.3.1
  • 1
  • 2
  • 3
(3)设置环境变量
# 在Flutter中使用protobuf
export PATH="/Users/xxx/Downloads/FlutterSDK/flutter/.pub-cache/bin:$PATH" 
也可以是:
export PATH="$PATH":"$HOME/.pub-cache/bin"
  • 1
  • 2
  • 3
  • 4
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/807662
推荐阅读
相关标签
  

闽ICP备14008679号