nhttp 1.0.2 copy "nhttp: ^1.0.2" to clipboard
nhttp: ^1.0.2 copied to clipboard

outdated

Native Http

nhttp #

Native Http

Usage #

Plugin for native requests on android and ios, other platforms using http package

Example #

import 'package:nhttp/nhttp.dart' as nhttp;

Future<nhttp.Response> _getData() async { return await nhttp.get("https://jsonplaceholder.typicode.com/albums/1"); }

3
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Native Http

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on nhttp

Packages that implement nhttp