This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ type: markdown
88<p class =" lead " >This tutorial provides a basic Dart programmer's introduction to
99working 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-
1511By 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+
You can’t perform that action at this time.
0 commit comments