a_http 1.0.1 copy "a_http: ^1.0.1" to clipboard
a_http: ^1.0.1 copied to clipboard

Provide flutter developers with a http tool library that supports multi-threaded concurrency

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add a_http

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

dependencies:
  a_http: ^1.0.1

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:a_http/a_http.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisheradeveloper.tech

Provide flutter developers with a http tool library that supports multi-threaded concurrency

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

a_thread_pool, autility, convert, crypto, dio, flutter

More

Packages that depend on a_http