-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Hi there Dart team at Google!
I've been using protobufs with Dart for the last 2 years and while it's working well in the current implementation, I've noticed that this library hasn't been worked on for a while. The last release was 16 months ago and the last commit (excluding automatic) was over 10 months ago.
There are also a growing number of issues being raised that have no response at all, and some of those are quite serious questions e.g. regarding support for editions (a Protobuf feature!). Last response from any maintainer to any issue was (as far as I see) on March 30th. Responding to questions regarding user errors or similar I can understand is a chore and maybe not necessary, but many of these requests are quite reasonable, i.e. using proper Dart enums, using sealed classes and Uint8Lists instead of lists of integers.
Then there are multiple pull requests that either seem abandoned by maintainers or haven't been reviewed for several months like this one.
I guess I would just like to hear from the Dart team at Google if there is any reason for this (maybe you're waiting for a Dart feature like macros to be finished or similar?) and if there are any plans on giving this library some love so that it would feel more like an up-to-date and current library rather than its current slightly outdated feel.
Thanks, and thanks for your work.