bridge_connect 0.0.2 copy "bridge_connect: ^0.0.2" to clipboard
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

  1. GET API CALL
  2. 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");

Additional information #

More more information you can connection with us https://github.com/SMCCZ

4
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A Flutter Package to make API call easy.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http

More

Packages that depend on bridge_connect