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

outdated

A new Flutter package.

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
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter

More

Packages that depend on json_handler