adaptive_image_loader 1.0.5 copy "adaptive_image_loader: ^1.0.5" to clipboard
adaptive_image_loader: ^1.0.5 copied to clipboard

Fast drop-in image loader for Google Drive (Edge CDN), Dropbox, GitHub, GitLab, Box, OneDrive, and public URLs with caching and on-the-fly CDN resizing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_image_loader

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

dependencies:
  adaptive_image_loader: ^1.0.5

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:adaptive_image_loader/adaptive_image_loader.dart';
1
likes
145
points
184
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Fast drop-in image loader for Google Drive (Edge CDN), Dropbox, GitHub, GitLab, Box, OneDrive, and public URLs with caching and on-the-fly CDN resizing.

Repository (GitHub)
View/report issues

Topics

#image #google-drive #cdn #cached-image #network-image

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager

More

Packages that depend on adaptive_image_loader