json_fetcher 2.0.3 copy "json_fetcher: ^2.0.3" to clipboard
json_fetcher: ^2.0.3 copied to clipboard

Convenient fetching of JSON data, caching, auth, logging.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_fetcher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_fetcher: ^2.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_fetcher/json_fetcher.dart';
4
likes
0
points
31
downloads

Publisher

verified publisherjustprodev.com

Weekly Downloads

Convenient fetching of JSON data, caching, auth, logging.

Repository (GitHub)
View/report issues

Topics

#http #json #cache

License

unknown (license)

Dependencies

http, logging, meta, web

More

Packages that depend on json_fetcher