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

Conveniently fetch JSON data from the internet and cache it locally.

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.0

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
29
downloads

Publisher

verified publisherjustprodev.com

Weekly Downloads

Conveniently fetch JSON data from the internet and cache it locally.

Repository (GitHub)
View/report issues

Topics

#http #json #cache

License

unknown (license)

Dependencies

hive, http, logging, meta

More

Packages that depend on json_fetcher