File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313// See the License for the specific language governing permissions and
1414// limitations under the License.
1515
16- export 'package:grpc/src/generated/google/protobuf/any.pb.dart' ;
17- export 'package:grpc/src/generated/google/rpc/error_details.pb.dart' ;
18-
1916export 'src/auth/auth.dart' show BaseAuthenticator;
2017export 'src/auth/auth_io.dart'
2118 show
Original file line number Diff line number Diff line change 11name : grpc
2- version : 4.3.2
2+ version : 5.0.0
33description : Dart implementation of gRPC, a high performance, open-source universal RPC framework.
44repository : https://github.com/grpc/grpc-dart
55
@@ -27,7 +27,7 @@ dependencies:
2727 meta : ^1.16.0
2828 http : ^1.4.0
2929 http2 : ^2.3.1
30- protobuf : ^5.0 .0
30+ protobuf : ^5.1 .0
3131 clock : ^1.1.2
3232 web : ^1.1.1
3333
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import 'dart:io' show HttpStatus;
1919
2020import 'package:grpc/grpc.dart' ;
2121import 'package:grpc/src/client/http2_connection.dart' ;
22+ import 'package:grpc/src/generated/google/rpc/error_details.pb.dart'
23+ show BadRequest;
2224import 'package:grpc/src/generated/google/rpc/status.pb.dart' ;
2325import 'package:grpc/src/shared/status.dart' ;
2426import 'package:http2/transport.dart' ;
You can’t perform that action at this time.
0 commit comments