flatbuffers
flatbuffers copied to clipboard
[dart] Please publish to pub.dev
Hi,
the latest version of the dart package, published to pub.dev is 23.5.26. Unfortunately this means, that #8290 is not available on pub.dev.
Please consider publishing the missing versions (or at least the most recent). 🙏
As a workaround, one can change the dependency to use github instead:
dependencies:
flat_buffers:
git:
url: https://github.com/google/flatbuffers.git
path: dart
ref: v25.2.10
+1, a new version on pub.dev would be great. That float64 corruption bug is hard to notice and can easily cause silent data corruption.
https://pub.dev/packages/flat_buffers/versions/25.9.23 published
thanks @vaind !