Reputation: 1811
I published a Flutter package to https://pub.dev/ and find this message (shown in the screenshot). What do I have to do to solve this?
This should be related to dartdoc
, but I am not sure how much info I have to add.
I also assume it is hard to make small changes and publish many times to test because I have to update the version and change log every time.
Upvotes: 0
Views: 81
Reputation: 2104
Follow instructions on https://dart.dev/tools/dartdoc Then you can run dartdoc on your machine and check what is go wrong.
Upvotes: 0