t_client 0.2.0 copy "t_client: ^0.2.0" to clipboard
t_client: ^0.2.0 copied to clipboard

A lightweight Dart HTTP client library, designed like Dio, supporting request/response interceptors, upload/download progress, cancel tokens, timeout management, and multipart file upload/download.

example/t_client_example.dart

import 'dart:io';

import 'package:t_client/src/types/method.dart';
import 'package:t_client/t_client.dart';

void main() async {
  final client = TClient();
  final cancelT = CancelToken();
}
0
likes
140
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart HTTP client library, designed like Dio, supporting request/response interceptors, upload/download progress, cancel tokens, timeout management, and multipart file upload/download.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on t_client