xerkonix_http 1.0.0 copy "xerkonix_http: ^1.0.0" to clipboard
xerkonix_http: ^1.0.0 copied to clipboard

A robust HTTP client package for Flutter applications with built-in error handling, logging, and request/response utilities. Supports all HTTP methods (GET, POST, PUT, DELETE, PATCH, MULTIPART, CUSTOM [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xerkonix_http

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

dependencies:
  xerkonix_http: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:xerkonix_http/xerkonix_http.dart';
0
likes
140
points
9
downloads

Documentation

API reference

Publisher

verified publisherxerkonix.com

Weekly Downloads

A robust HTTP client package for Flutter applications with built-in error handling, logging, and request/response utilities. Supports all HTTP methods (GET, POST, PUT, DELETE, PATCH, MULTIPART, CUSTOM) with configurable logging and automatic error parsing.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, http, xerkonix_error_handler, xerkonix_logger

More

Packages that depend on xerkonix_http