timsoftdz_network 2.0.0 copy "timsoftdz_network: ^2.0.0" to clipboard
timsoftdz_network: ^2.0.0 copied to clipboard

Enterprise-grade HTTP networking framework for Dart & Flutter. Interceptor-based, retry-safe, circuit-breaker support, Result<T> API, and zero-crash serialization. Inspired by Dio and Retrofit.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add timsoftdz_network

With Flutter:

 $ flutter pub add timsoftdz_network

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  timsoftdz_network: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

4
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade HTTP networking framework for Dart & Flutter. Interceptor-based, retry-safe, circuit-breaker support, Result<T> API, and zero-crash serialization. Inspired by Dio and Retrofit.

Topics

#networking #http #rest #retry #interceptor

License

MIT (license)

Dependencies

http

More

Packages that depend on timsoftdz_network