We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First of all, thanks a lot for this library. It allows using flatbuffers with swift really easy.
I think that could be good to allow using the secondary type names in the schemas. By secondary names I mean the names in parenthesis in the types section here https://google.github.io/flatbuffers/flatbuffers_guide_writing_schema.html
I had a schema that used uint8 and I had to change it to ubyte in order to compile.
uint8
ubyte
The text was updated successfully, but these errors were encountered:
I am really sorry for the late response. I 've update newewst flatbuffers version to fix this issue. thx :)
Sorry, something went wrong.
Thanks! It works like a charm! 🎉
Did you know if this library could be merged with FlatBuffers to allow Swift official support?
It's being discussed here google/flatbuffers#3785 (comment)
This library makes life easier with FlatBuffers and Swift!
No branches or pull requests
Hi,
First of all, thanks a lot for this library. It allows using flatbuffers with swift really easy.
I think that could be good to allow using the secondary type names in the schemas. By secondary names I mean the names in parenthesis in the types section here https://google.github.io/flatbuffers/flatbuffers_guide_writing_schema.html
I had a schema that used
uint8
and I had to change it toubyte
in order to compile.The text was updated successfully, but these errors were encountered: