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
Kevin Moore
dbf5421eb6
Cleanup: update to and use latest pkg:lints with associated fixes ( #587 )
...
Bump min Dart SDK for grpc to 2.17
Regenerate all code
Fix generate scripts
Add dependabot
2022-10-31 11:47:31 -07:00
Vyacheslav Egorov
27a235976a
Change default authority for UDS connections. ( #577 )
...
We were using path to the UDS socket itself, which is incorrect `:authority` value.
This was tripping checks in some HTTP2 protocol implementations.
Instead default `:authority` to `localhost`, which in line with other gRPC implementations.
Fixes #576
2022-09-08 14:41:34 +02:00
Vyacheslav Egorov
f1c475603f
Cleanups ( #398 )
...
* Regenerate protobuf files using newest protoc plugin
* Fix lints everywhere
* Remove visibleForTesting from profile.dart
2020-11-12 11:36:59 +01:00
Lei Liu
52bea07000
Add support for unix domain sockets ( #327 )
...
Fixes #299
2020-11-11 15:43:05 +01:00