network_bound_http 0.1.1 copy "network_bound_http: ^0.1.1" to clipboard
network_bound_http: ^0.1.1 copied to clipboard

PlatformAndroid

A Flutter/Dart library for network requests with selectable network type (Wi-Fi, cellular, or standard).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add network_bound_http

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

dependencies:
  network_bound_http: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:network_bound_http/network_bound_http.dart';
0
likes
160
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter/Dart library for network requests with selectable network type (Wi-Fi, cellular, or standard).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, network_bound_http_android, network_bound_http_platform_interface, path, path_provider, plugin_platform_interface, uuid

More

Packages that depend on network_bound_http

Packages that implement network_bound_http