dali 0.0.6 copy "dali: ^0.0.6" to clipboard
dali: ^0.0.6 copied to clipboard

outdated

An image loading and caching library for flutter. Supports iOS and Android

Dalí #

An image loading and caching library for flutter focused on speed and memory efficiency.

Supports iOS and Android.

Dalí saves the downloaded image in memory in case the same image is requested in the future. Only a resized version with the desired size will be loaded in memory instead of loading the full size in order to preserve RAM memory.

Images are saved in the cache directory of the app. This means the OS can delete the files any time.

Getting Started #

Then you can load an image in a container:

Container(
  height: 200,
  width: 200,
  child: Dali(imageUrl: 'https://homepages.cae.wisc.edu/~ece533/images/airplane.png'),
)
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An image loading and caching library for flutter. Supports iOS and Android

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, image, path_provider

More

Packages that depend on dali