Skip to content

SMCCZ/bridge_connect

Repository files navigation

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

About

A Flutter Package to make API call easily

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published