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

Flutter package for displaying images from network, assets, SVG, files, or widgets with caching and error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_multi_type

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

dependencies:
  image_multi_type: ^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:image_multi_type/image_multi_type.dart';
1
likes
130
points
15
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter package for displaying images from network, assets, SVG, files, or widgets with caching and error handling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager, flutter_svg

More

Packages that depend on image_multi_type