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

All-in-one image widget for Flutter. One widget for network, asset, file and memory images with WebP / PNG / JPEG support, smart caching, retries, shimmer / circular / skeleton loaders, person & custo [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_image_widgets

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

dependencies:
  app_image_widgets: ^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:app_image_widgets/app_image_widgets.dart';
4
likes
140
points
172
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

All-in-one image widget for Flutter. One widget for network, asset, file and memory images with WebP / PNG / JPEG support, smart caching, retries, shimmer / circular / skeleton loaders, person & custom placeholders, circle and rounded shapes, full-screen pinch & double-tap zoom, and robust error handling.

Repository (GitHub)
View/report issues

Topics

#image #cached-image #shimmer #placeholder

License

MIT (license)

Dependencies

cached_network_image, flutter, flutter_cache_manager

More

Packages that depend on app_image_widgets