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

discontinued
outdated

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

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
pub points
0%
popularity

Publisher

unverified uploader

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