http_platforms 1.0.6 copy "http_platforms: ^1.0.6" to clipboard
http_platforms: ^1.0.6 copied to clipboard

A versatile HTTP networking package for Dart/Flutter that supports Web, Android, and iOS. Simplify API requests with cross-platform compatibility.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add http_platforms

With Flutter:

 $ flutter pub add http_platforms

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

dependencies:
  http_platforms: ^1.0.6

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_platforms/http_platforms.dart';
1
likes
140
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile HTTP networking package for Dart/Flutter that supports Web, Android, and iOS. Simplify API requests with cross-platform compatibility.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http, http_parser, mime

More

Packages that depend on http_platforms