timsoftdz_network 2.0.0
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_networkWith Flutter:
$ flutter pub add timsoftdz_networkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
timsoftdz_network: ^2.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.