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

outdated

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(demoUrl);
  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