fn_http 2.0.5 copy "fn_http: ^2.0.5" to clipboard
fn_http: ^2.0.5 copied to clipboard

Simple HTTP wrapper with clear outcomes directed through callbacks

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fn_http

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

dependencies:
  fn_http: ^2.0.5

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

Import it

Now in your Dart code, you can use:

import 'package:fn_http/fn_http.dart';
1
likes
0
points
170
downloads

Publisher

unverified uploader

Weekly Downloads

Simple HTTP wrapper with clear outcomes directed through callbacks

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, http_parser, mime

More

Packages that depend on fn_http