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

A Flutter package to access any API response in a cleaer way

build status support

json_handler #

A new Flutter package to reduce the chunks of code to fetch Response from an API.

The package is under construction. Just live to test some features

Getting Started #

Get data

  var jsonHandler = JSONHandler();
  var data = await jsonHandler.getData(
    url: demoUrl, header: {'Accept': 'application/json'});
  print(data);
8
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package to access any API response in a cleaer way

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on json_handler