bridge_connect 0.0.2 bridge_connect: ^0.0.2 copied to clipboard
A Flutter Package to make API call easy.
Easiest way to make http call
Features #
It can make easly
- GET API CALL
- POST API CALL
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
You just need to call static method to make the api call.
var api = "https://countriesnow.space/api/v0.1/countries";
var data = await BridgeConnect.getAPICall(api: api);
log("___data in get api call$data");
copied to clipboard
Additional information #
More more information you can connection with us https://github.com/SMCCZ