diff --git a/doc/dart-target.md b/doc/dart-target.md index 399379f9f1..27b5c8ecd1 100644 --- a/doc/dart-target.md +++ b/doc/dart-target.md @@ -1,6 +1,6 @@ # ANTLR4 Runtime for Dart -From version 4.10 onwards antlr's dart generated code is null sound safety compatible and sets the minimum dart sdk version to 2.12.0. +From version 4.9 onwards antlr's dart generated code is null sound safety compatible and sets the minimum dart sdk version to 2.12.0. ### First steps diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index b4866e2fca..cff0cf4852 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -426,15 +426,13 @@ popd ### Dart -*Looks like only [Lingyu.li](https://pub.dev/publishers/lingyu.li/packages) can install* - Install Dart SDK from https://dart.dev/get-dart Push to pub.dev ```bash cd runtime/Dart -pub publish +dart pub publish ``` It will warn that no change log found for the new version.