cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Please support http version > 0.13.6 #101

Closed jakusb closed 1 year ago

jakusb commented 1 year ago

Because no versions of firedart match >0.9.2 <0.10.0 and firedart 0.9.2 depends on http ^0.13.6, firedart ^0.9.2 requires http ^0.13.6.

cachapa commented 1 year ago

Blocked on grpc for the same reason. There's a PR: https://github.com/grpc/grpc-dart/pull/629

jakusb commented 1 year ago

Blocked on grpc for the same reason. There's a PR: grpc/grpc-dart#629

As in it is not supported for legacy backwards compatibility reasons?

cachapa commented 1 year ago

We can't upgrade the http dependency on our end until grpc also updates it on theirs because we depend on both packages.