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

[0.0.1] - TODO: Add release date. #

  • Testing some features to fetch API response

[0.0.4] - makes some changes to access the methods #

  var response = await jsonHandler.getData('https://jsonkeeper.com/b/DNP6');

[0.0.5] - the getData method now accepts header and also handles exceptions #

  var data = await jsonHandler.getData(
    url: demoUrl, 
    header: {'Accept': 'application/json'});
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