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.
相关问题
- What means in Dart static type and why it differs
- Flutter : Prepare list data from http request
- How to schedule an alarm on specific time in Flutt
- MappedListIterable is not a SubType
- What is the difference between generics and dynami
相关文章
- Observatory server failed to start - Fails to crea
- Adding Shadows at the bottom of a container in flu
- Flutter. Check if a file exists before loading it
- Receive share file intents with Flutter
- Do stateless widgets dispose on their own?
- how to implement Alphabet scroll in flutter
- Flutter: Is it possible to format (bold, italicize
- Make Function parameter optional in custom widget
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.