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

Convenient fetching of JSON data with caching, auth, logging. Wrapper over standard Dart http package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_fetcher

With Flutter:

 $ flutter 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.5

Alternatively, your editor might support dart pub get or flutter 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
160
points
51
downloads

Documentation

API reference

Publisher

verified publisherjustprodev.com

Weekly Downloads

Convenient fetching of JSON data with caching, auth, logging. Wrapper over standard Dart http package.

Repository (GitHub)
View/report issues

Topics

#http #json #cache

License

MIT (license)

Dependencies

http, logging, meta, web

More

Packages that depend on json_fetcher