From a6df72ff234980ada40a381f07b5269782bc7a86 Mon Sep 17 00:00:00 2001 From: Larry Li Date: Thu, 14 Apr 2022 22:53:48 +1000 Subject: [PATCH] update instruction for dart --- doc/dart-target.md | 2 +- doc/releasing-antlr.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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.