Devon Carew
4e35b1689d
update deps; simplify analysis options ( #790 )
...
* update deps; simplify analysis options
* update package version
* require dart 3.8; upgrade other deps
* dartfmt
---------
Co-authored-by: Moritz <mosum@google.com>
2025-06-20 17:27:49 +02:00
Cobinja
af965f15f7
Expose onConnectionStateChanged for channels ( #565 )
...
Co-authored-by: Vyacheslav Egorov <vegorov@google.com>
2022-08-15 15:03:51 +02:00
Daniel Brauner
6c16fceb2a
Be more resilient to broken deployments ( #460 )
...
Require 200 HTTP status and a supported Content-Type
header to be present in a response.
When handling malformed responses make effort
to translate HTTP statuses into gRPC statuses as
gRPC protocol specification recommends.
Fixes #421
Fixes #458
Co-authored-by: Vyacheslav Egorov <vegorov@google.com>
2021-03-22 17:22:32 +01:00
Kevin Moore
32fbc03c63
Enable and fix pedantic v1.9 lints ( #445 )
...
Co-authored-by: Vyacheslav Egorov <vegorov@google.com>
2021-02-01 09:12:26 +01:00
Ivan Inozemtsev
1e1831a187
Migrate grpc to null safety ( #432 )
2021-01-29 12:40:52 +01:00
Nic Hite
fa6b127dca
Create gRPC servers and clients with TransportConnections. ( #364 )
...
* Create gRPC servers and clients with TransportConnections.
* switch class ordering to put base class first.
2020-10-05 19:34:39 -07:00