svga / SVGAPlayer-Flutter

The SVGAPlayer implementation of Flutter using CustomPainter.
Other
245 stars 102 forks source link

protobuf version conflict #17

Closed hcoderLee closed 4 years ago

hcoderLee commented 4 years ago

My project is using protobuf ^1.0.0 which is higher than your version. When I rollback to ^0.13.4, tons of error happened in proto generated dart file. I have checked the release message of dart protobuf and the 1.0.0 is released in the same month with 0.13, so I think you should update the protobuf version.

PonyCui commented 4 years ago

Agreed, I will update soon.

PonyCui commented 4 years ago

1.0.0 released, use the latest version of protobuf.