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

Commit 0c9e2e3

Browse files
authored
Merge pull request #795 from grpc/mit-mit-dartgrpc1_0
Take Dart gRPC to 1.0 stable
2 parents 8ee3b32 + ea12984 commit 0c9e2e3

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ <h5 class="about-max">Officially Supported Platforms</h5>
183183
</div>
184184
</div>
185185
<div class="platforms-table-row">
186-
<div class="col-sm-4 col-xs-2 platforms-table-cell">Dart *</div>
186+
<div class="col-sm-4 col-xs-2 platforms-table-cell">Dart</div>
187187
<div class="col-sm-4 col-xs-6 platforms-table-cell">Windows/Linux/Mac</div>
188-
<div class="col-sm-4 col-xs-4 platforms-table-cell">Dart 1.24.3+</div>
188+
<div class="col-sm-4 col-xs-4 platforms-table-cell">Dart 2.0+</div>
189189
</div>
190190
<div class="platforms-table-row">
191191
<div class="col-sm-4 col-xs-2 platforms-table-cell">Go</div>

docs/quickstart/dart.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ working example.</p>
1010

1111
<div id="toc"></div>
1212

13-
## Before you begin
14-
15-
<p class="note">Dart gRPC is currently in beta. Please help us out by
16-
<a href="https://github.com/grpc/grpc-dart/issues/new">filing issues</a>
17-
if you encounter any.</p>
18-
1913
### Prerequisites
2014

2115
#### Dart SDK
@@ -233,3 +227,8 @@ Just like we did before, from the `example/helloworld` directory:
233227

234228
[gRPC Basics: Dart]:../tutorials/basic/dart.html
235229

230+
231+
## Reporting issues
232+
Should you encounter an issue, please help us out by
233+
<a href="https://github.com/grpc/grpc-dart/issues/new">filing issues</a>
234+
in our issue tracker.</p>

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)