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

Problem Fighter make a library for HTTP Request, Which is basically use of Dart HTTP package. The object of this library is use the dart http library with easy way with all combination such as POST, G [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pf_dart_http

With Flutter:

 $ flutter pub add pf_dart_http

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

dependencies:
  pf_dart_http: ^1.0.0

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:pf_dart_http/pf_dart_http.dart';
3
likes
100
points
6
downloads

Publisher

verified publisherproblemfighter.com

Weekly Downloads

Problem Fighter make a library for HTTP Request, Which is basically use of Dart HTTP package. The object of this library is use the dart http library with easy way with all combination such as POST, GET, PUT, DELETE, File upload etc, you may use the single file codes directly, without include this library.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on pf_dart_http