http_request_f 1.1.0 copy "http_request_f: ^1.1.0" to clipboard
http_request_f: ^1.1.0 copied to clipboard

The http_request_f package simplifies HTTP request operations in Dart and Flutter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_request_f

With Flutter:

 $ flutter pub add http_request_f

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

dependencies:
  http_request_f: ^1.1.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:http_request_f/http_request_f.dart';
5
likes
0
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

The http_request_f package simplifies HTTP request operations in Dart and Flutter

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, http, http_parser, shared_preferences

More

Packages that depend on http_request_f