File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.9.6
2+
3+ - Make the GrpcError class visible to clients
4+
15## 0.9.5
26
37- Fix closing connections properly (@nullbtb )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ export 'package:firedart/auth/firebase_auth.dart';
55export 'package:firedart/auth/token_store.dart' ;
66export 'package:firedart/firestore/firestore.dart' ;
77export 'package:firedart/firestore/models.dart' ;
8+ export 'package:grpc/grpc.dart' show GrpcError;
Original file line number Diff line number Diff line change 11name : firedart
22description : A dart-native implementation of the Firebase Auth and Firestore SDKs.
3- version : 0.9.5
3+ version : 0.9.6
44homepage : https://github.com/cachapa/firedart
55
66environment :
77 sdk : ' >=2.18.0 <4.0.0'
88
99dependencies :
1010 http : ' >=0.13.0 <2.0.0'
11- grpc : ^3.2.2
11+ grpc : ^3.2.3
1212 protobuf : ^3.0.0
1313 fixnum : ^1.1.0
1414
You can’t perform that action at this time.
0 commit comments