http_pro 1.4.0 copy "http_pro: ^1.4.0" to clipboard
http_pro: ^1.4.0 copied to clipboard

discontinuedreplaced by: http_io

A composable, Future-based library for making HTTP requests with multipart.

http_pro #

A composable, Future-based library for making HTTP requests with multipart.

Using #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.

Installation #

First, add http_pro as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  http_pro:

For help getting started with Flutter, view the online documentation.

Example #

Please follow this example here.

Send request

import 'package:http_pro/http.dart' as http;

await http.get("https://www.google.com");
4
likes
130
pub points
0%
popularity

Publisher

verified publishertechdirr.com

A composable, Future-based library for making HTTP requests with multipart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_web_plugins, http, http_parser, plugin_platform_interface

More

Packages that depend on http_pro