tart
tart is a Twirp library for Dart. This is to be used in conjunction with protoc-gen-tart. https://github.com/syncapod/tart
0.6.0
6.0K downloads/mo
#3594 most downloaded on pub.dev
syncapod/tart
What this package is like to depend on
Last release 1 years ago
09 Aug 2025
Release timing varies
gaps range from 1 weeks to 2.0 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
7 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Feb 2022 to Aug 2025Releases
latest 7-
0.6.009 Aug 2025Release notes
Open source →Changelog
- 7044529 Merge pull request #12 from syncapod/extend-dart-sdk
- ad0a84d Merge pull request #14 from syncapod/async-interceptor
- 12eb366 Merge pull request #15 from syncapod/goreleaser-protoc-gen-tart
- 9a705c1 add .goreleaser.yaml & add update CHANGELOG.md
- 0868e63 add github workflow for proto-gen-tart
- f9a303d add github workflow for pub.dev publish step
- 72e8f02 update deps & add await for interceptor call
Released by GoReleaser.
Release notes
Open source →- protoc-gen-tart: updated dependencies
- protoc-gen-tart: added await before interceptor calls to support async interceptors
- tart library: updated dependencies
-
0.5.122 Aug 2023Release notes
Open source → -
0.5.012 Jul 2023Release notes
Open source →Changelog
- 198c6e3 Added contributor
- 1dc271a Added onRequestPreparedAsync on hooks
- 2611076 Merge pull request #10 from syncapod/http-upgrade
- 1114d1f Merge pull request #8 from lollipopai/ids/async-client-hooks
- 199c3a7 Update CHANGELOG.md 0.4.0
- 265a561 added example/client to tart to avoid errors in tart/example/main.dart
- e3eee0b bumped version
- ba8a5f7 generate protobuf for example/server
- 233fe1b making client hook methods FutureOr
- c5d097a regenerated client and server examples, with new protoc-gen-tart
- 017d9a5 remove client from tart pubspec
- 83a74c6 supporting async on client hooks methods
- f039191 update CHANGELOG.md
- a13a7a0 update example/client pubspec.yaml
- f270fa6 upgrade http library to v1.1.0
-
0.4.001 Jul 2023Release notes
Open source →- protoc-gen-tart: now supports async methods on client hooks; onRequestPrepared, onResponseReceived, onError
- tart library: now supports async methods on client hooks; onRequestPrepared, onResponseReceived, onError
-
0.3.001 Sep 2022Release notes
Open source →- protoc-gen-tart: now supports relative import paths of generated files
- protoc-gen-tart: fixes issues where code would not compile if .proto source files did not have comments
- tart library: updates doc comments in library
Full Changelog: https://github.com/syncapod/tart/commits/v0.3.0
Release notes
Open source →- protoc-gen-tart: now supports relative import paths of generated files
- protoc-gen-tart: fixes issues where code would not compile if .proto source files did not have comments
- tart library: updates doc comments in library
-
0.2.018 Feb 2022Release notes
Open source →What's Changed
- Tests by @sschwartz96 in #2
- Documentation by @sschwartz96 in #4
Full Changelog: https://github.com/syncapod/tart/commits/v0.2.0
-
0.1.015 Feb 2022