Skip to content

Commit

Permalink
update instruction for dart (#3655)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Li <me@lingyu.li>
  • Loading branch information
lingyv-li committed Apr 14, 2022
1 parent 3724b19 commit f6b2022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
4 changes: 1 addition & 3 deletions doc/releasing-antlr.md
Expand Up @@ -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.
Expand Down

0 comments on commit f6b2022

Please sign in to comment.