htpio 1.1.5 copy "htpio: ^1.1.5" to clipboard
htpio: ^1.1.5 copied to clipboard

A next-gen HTTP client for Flutter and Dart, featuring offline support, retry logic, token handling, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add htpio

With Flutter:

 $ flutter pub add htpio

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

dependencies:
  htpio: ^1.1.5

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

Import it

Now in your Dart code, you can use:

import 'package:htpio/htpio.dart';
9
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A next-gen HTTP client for Flutter and Dart, featuring offline support, retry logic, token handling, and more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

connectivity_plus, cupertino_icons, flutter

More

Packages that depend on htpio

Packages that implement htpio