google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library
https://flatbuffers.dev/
Apache License 2.0
23.16k stars 3.23k forks source link

[dart] fix bug which generated wrong code #8259

Open fawdlstty opened 6 months ago

fawdlstty commented 6 months ago

7609

vaind commented 4 months ago

Thanks a lot! Can you maybe add a test schema to dart directory and regenerate with the new flatc? You just need to compile flatc and run test/DartTest.sh

That way this won't regress in the future unnoticed.