Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 514 Bytes

File metadata and controls

21 lines (12 loc) · 514 Bytes

How to publish a new version

Read https://dart.dev/tools/pub/publishing

Basically you bump the version with a new commit, and then run flutter pub publish.

Then run cd example && flutter pub get

Known issue

dartdoc failed: type 'PropertyAccessImpl' is not a subtype of type 'IdentifierImpl' in type cast

This bug is tracked in dart-lang/dartdoc#2934

The solution is to use a newer dartdoc.

flutter pub global activate dartdoc
flutter pub global run dartdoc