apihit 0.0.5 copy "apihit: ^0.0.5" to clipboard
apihit: ^0.0.5 copied to clipboard

outdated

A new Flutter package to make the api integrations easy.

A Flutter Package to help developers with API Integrations.

Features #

This package has a Function called apiHit is made which takes the paramters as request,url,path and token (for authorization). The parameter token,body is not required.

Usage #

String token = preferences.getString("token"); Map<String,dynamic> data = {

}; var response = await apiHit("GET","http://10.2.2.1:5000","/getBooks",token,body);

5
likes
0
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package to make the api integrations easy.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on apihit