Skip to content

daniloadorno/nhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published