Description
I was thinking about the idea of generating the code for golang plugins.
I see 2 use cases:
- Your making plugins that use golang on mobile and Flutter.
- this is common where your building a large application and need to use lots of golang libs and treat the Dart layer as just a GUI layer.
- Also common when your using a custom network transport or something.
- Could actually use protobufs as the IDL.
- You are using a plugin for Mobile, and want to code gen the scaffolding code for the go-flutter plugin.