fancy_image_loader 1.0.0 copy "fancy_image_loader: ^1.0.0" to clipboard
fancy_image_loader: ^1.0.0 copied to clipboard

Fancy Image Loader is a new image handling plugin with placeholder and loading.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fancy_image_loader

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

dependencies:
  fancy_image_loader: ^1.0.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:fancy_image_loader/fancy_image_loader.dart';
2
likes
150
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

Fancy Image Loader is a new image handling plugin with placeholder and loading.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_web_plugins, plugin_platform_interface, websafe_svg

More

Packages that depend on fancy_image_loader