s3_cache_image 0.0.1 copy "s3_cache_image: ^0.0.1" to clipboard
s3_cache_image: ^0.0.1 copied to clipboard

Flutter library to load and cache S3 Images. Can also be used with placeholder and error widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add s3_cache_image

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

dependencies:
  s3_cache_image: ^0.0.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:s3_cache_image/s3_cache_image.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter library to load and cache S3 Images. Can also be used with placeholder and error widgets.

Homepage

License

MIT (LICENSE)

Dependencies

flutter, http, logging, path_provider

More

Packages that depend on s3_cache_image