visibility_cached_image 0.1.2 copy "visibility_cached_image: ^0.1.2" to clipboard
visibility_cached_image: ^0.1.2 copied to clipboard

A Flutter package that efficiently handles loading both network and asset images with advanced memory management techniques.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add visibility_cached_image

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

dependencies:
  visibility_cached_image: ^0.1.2

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:visibility_cached_image/visibility_cached_image.dart';
1
likes
130
points
674
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that efficiently handles loading both network and asset images with advanced memory management techniques.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, dio, flutter, flutter_hooks, hive_ce_flutter, uuid, visibility_detector

More

Packages that depend on visibility_cached_image