Skip to content

Commit

Permalink
Make the GrpcError class visible to clients
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
cachapa committed Jul 23, 2023
1 parent e9b9aae commit f47a2c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.9.6

- Make the GrpcError class visible to clients

## 0.9.5

- Fix closing connections properly (@nullbtb)
Expand Down
1 change: 1 addition & 0 deletions lib/firedart.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export 'package:firedart/auth/firebase_auth.dart';
export 'package:firedart/auth/token_store.dart';
export 'package:firedart/firestore/firestore.dart';
export 'package:firedart/firestore/models.dart';
export 'package:grpc/grpc.dart' show GrpcError;
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: firedart
description: A dart-native implementation of the Firebase Auth and Firestore SDKs.
version: 0.9.5
version: 0.9.6
homepage: https://github.com/cachapa/firedart

environment:
sdk: '>=2.18.0 <4.0.0'

dependencies:
http: '>=0.13.0 <2.0.0'
grpc: ^3.2.2
grpc: ^3.2.3
protobuf: ^3.0.0
fixnum: ^1.1.0

Expand Down

0 comments on commit f47a2c8

Please sign in to comment.