Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update publishing instruction for Dart #3655

Merged
merged 1 commit into from Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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