Alternative to dart-protoc-plugin for Windows

荒凉一梦 提交于 2019-12-11 02:49:25

问题


I want to implement dart-protobuf, but the dart-protoc-plugin (project to generate your Dart protobuf library from a proto definition) does not currently support Windows. I can not find an alternative to the plugin. Is there no other way to generate the definitions for Dart? Any suggestions appreciated.


回答1:


As far as I know there is no other. I think the easiest way would be to set up a Linux VM to run it. I'm sure it would be easier to make it run on Windows than building a new one.



来源:https://stackoverflow.com/questions/22671896/alternative-to-dart-protoc-plugin-for-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!