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

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"); }

2
likes
120
pub points
53%
popularity

Publisher

unverified uploader

Native Http

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on nhttp