Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 93a4b9b

Browse files
authored
Update dart.md
1 parent 8ee3b32 commit 93a4b9b

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

docs/tutorials/basic/dart.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ type: markdown
88
<p class="lead">This tutorial provides a basic Dart programmer's introduction to
99
working with gRPC.</p>
1010

11-
<p class="note">Dart gRPC is currently in beta. Please help us out by
12-
<a href="https://github.com/grpc/grpc-dart/issues/new">filing issues</a>
13-
if you encounter any.</p>
14-
1511
By walking through this example you'll learn how to:
1612

1713
- Define a service in a .proto file.
@@ -546,3 +542,10 @@ Likewise, to run the client:
546542
```sh
547543
$ dart bin/client.dart
548544
```
545+
546+
## Reporting issues
547+
548+
Should you encounter an issue, please help us out by
549+
<a href="https://github.com/grpc/grpc-dart/issues/new">filing issues</a>
550+
in our issue tracker.</p>
551+

0 commit comments

Comments
 (0)