flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

[dart] Please publish to pub.dev

Open fischerscode opened this issue 5 months ago • 2 comments

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

fischerscode avatar Jul 15 '25 17:07 fischerscode

+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.

sami-neara avatar Aug 08 '25 05:08 sami-neara

https://pub.dev/packages/flat_buffers/versions/25.9.23 published

vaind avatar Nov 18 '25 19:11 vaind

thanks @vaind !

jtdavis777 avatar Dec 06 '25 05:12 jtdavis777