sm_image 0.0.4 copy "sm_image: ^0.0.4" to clipboard
sm_image: ^0.0.4 copied to clipboard

A Flutter package that provides a widget to load images from the web with caching support.

sm_image #

sm_image is a Flutter image loading package that wraps cached_network_image, offering image loading, caching, and animation during the loading process.

Installing #

Depend on it

Run this command:

With Dart:

dart pub add sm_image

With Flutter:

flutter pub add sm_image

Or add the dependency to your pubspec.yaml file and run dart pub get:

dependencies:
  sm_image: ^0.0.1
3
likes
140
points
103
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a widget to load images from the web with caching support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cached_network_image, cached_network_image_platform_interface, flutter, flutter_cache_manager, loading_animation_widget, octo_image, sm_logger

More

Packages that depend on sm_image