smart_image 1.0.7 copy "smart_image: ^1.0.7" to clipboard
smart_image: ^1.0.7 copied to clipboard

A powerful image widget that supports network/asset/file/svg images, fallback initials, blurhash, shimmer, and online status badges.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_image

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

dependencies:
  smart_image: ^1.0.7

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:smart_image/smart_image.dart';
1
likes
150
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful image widget that supports network/asset/file/svg images, fallback initials, blurhash, shimmer, and online status badges.

Repository (GitHub)
View/report issues

Topics

#image #avatar #profile #network #caching

Documentation

API reference

License

MIT (license)

Dependencies

auto_size_text, cached_network_image, flutter, flutter_blurhash, flutter_svg, shimmer

More

Packages that depend on smart_image