image_loader 1.9.0 copy "image_loader: ^1.9.0" to clipboard
image_loader: ^1.9.0 copied to clipboard

Image loader is a helper library to load image from many resorces as[assetFlag, file or network with cach]. With support with making shape around it as circle or rounded corners

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_loader

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

dependencies:
  image_loader: ^1.9.0

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:image_loader/default_error_widget.dart';
import 'package:image_loader/image_helper.dart';
6
likes
90
pub points
73%
popularity

Publisher

unverified uploader

Image loader is a helper library to load image from many resorces as[assetFlag, file or network with cach]. With support with making shape around it as circle or rounded corners

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, flutter, flutter_svg, gif_view, lottie

More

Packages that depend on image_loader