petitparser / dart-petitparser

Dynamic parser combinators in Dart.
https://pub.dartlang.org/packages/petitparser
MIT License
453 stars 47 forks source link

Package is marked as unidentified in pub.dev #111

Closed gmpassos closed 3 years ago

gmpassos commented 3 years ago

For some reason the package have some building/analysis issues

https://pub.dev/packages/petitparser/score

renggli commented 3 years ago

Thank you for creating the issue. Unfortunately I cannot reproduce the problem locally (on the same code and with the version of Dart).

gmpassos commented 3 years ago

Are you using Dart 2.13.1?

renggli commented 3 years ago

Yes, see https://github.com/dart-lang/pub-dev/issues/4842.

renggli commented 3 years ago

Waiting for dart-lang/sdk#46183 to resolve.

gmpassos commented 3 years ago

I saw that they are using your package as reference.

MrUnfunny commented 3 years ago

@renggli the issue you linked has already been closed but this issue is still not resolved.

renggli commented 3 years ago

Not sure what i can do, release a new version with the same code? Or is there another way to rerun the analysis?

renggli commented 3 years ago

The problem resolved itself!

ppgh