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

image_loader_flutter is a Flutter package that simplifies loading images from various sources with caching and error handling. It supports loading from URLs, assets, and files, offering placeholder an [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_loader_flutter

With Flutter:

 $ flutter pub add image_loader_flutter

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

dependencies:
  image_loader_flutter: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:image_loader_flutter/image_loader_flutter.dart';
1
likes
0
pub points
48%
popularity

Publisher

verified publishercodingislife.net

image_loader_flutter is a Flutter package that simplifies loading images from various sources with caching and error handling. It supports loading from URLs, assets, and files, offering placeholder and error widgets. The package enhances performance with image caching, ensuring smooth and efficient image rendering in your Flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, flutter, photo_view

More

Packages that depend on image_loader_flutter