nhttp 1.0.6 copy "nhttp: ^1.0.6" to clipboard
nhttp: ^1.0.6 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"); }