async_resource_flutter 0.1.1 copy "async_resource_flutter: ^0.1.1" to clipboard
async_resource_flutter: ^0.1.1 copied to clipboard

discontinued

Flutter plugin for async_resource. Automatically cache network resources and use them when offline.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_resource_flutter

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

dependencies:
  async_resource_flutter: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:async_resource_flutter/async_resource_flutter.dart';
0
likes
40
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for async_resource. Automatically cache network resources and use them when offline.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

async_resource, flutter, shared_preferences

More

Packages that depend on async_resource_flutter