PackageTrack
Sign in Get early access

connectrpc

Implementation of the Connect protocol for Dart. Simple, reliable, interoperable. Protobuf RPC that works

1.0.0 56K downloads/mo #1413 most downloaded on pub.dev connectrpc/connect-dart

What this package is like to depend on

Last release 1 years ago

01 Jul 2025

Ships fairly regularly

a new release about every 5 weeks

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

8 releases · first in 2024

0 releases in the last 12 months

see the full history below

Release timeline

8 releases · Dec 2024 to Jul 2025
2025 2026
Release Pre-release

Releases

latest 8
  1. 1.0.0 01 Jul 2025
    Release notes

    What's Changed

    This is connect-dart's first stable release! 🎉 It doesn't contain any user-facing changes.

    We follow semantic versioning carefully, and won't make breaking changes in the 1.x series of releases.

    Full Changelog: v0.5.0...v1.0.0

    Open source →
  2. 0.5.0 01 Jul 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.4.1...v0.5.0

    Open source →
  3. 0.4.1 28 May 2025
    Release notes

    What's Changed

    • Remove content-length when using web clients by @benridley in #20

    New Contributors

    Full Changelog: v0.4.0...v0.4.1

    Open source →
  4. 0.4.0 09 May 2025
    Release notes

    What's Changed

    Full Changelog: v0.3.0...v0.4.0

    Open source →
  5. 0.3.0 14 Feb 2025
    Release notes

    What's Changed

    🚨 Breaking Changes 🚨

    • #10 Introduces a way to manage HTTP/2 connections. To support this, the context option of createHttpClient in package:connectrpc/http2.dart was removed. It is now accepted by the transport provided by the transport option:
    - createHttpClient(context: context);
    + createHttpClient(
    +   transport: Http2ClientTransport(
    +     context: context,
    +   ),
    + );

    Full Changelog: v0.2.1...v0.3.0

    Open source →
  6. 0.2.1 01 Feb 2025
    Release notes

    What's Changed

    Full Changelog: v0.2.0...v0.2.1

    Open source →
  7. 0.2.0 30 Jan 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.1.0...v0.2.0

    Open source →
  8. 0.1.0 19 Dec 2024
    Release notes

    What's Changed

    This is the first public release of connect-dart, a lightweight Dart library for idiomatic Connect & gRPC RPCs. See connectrpc.com for details and documentation.

    Full Changelog: https://github.com/connectrpc/connect-dart/commits/v0.1.0

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive