sm_image 0.0.3 copy "sm_image: ^0.0.3" to clipboard
sm_image: ^0.0.3 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
2
likes
120
pub points
29%
popularity

Publisher

unverified uploader

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