super_network_image 0.0.1 copy "super_network_image: ^0.0.1" to clipboard
super_network_image: ^0.0.1 copied to clipboard

A Flutter widget for loading and caching network images, supporting both raster and SVG formats with advanced caching capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_network_image

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

dependencies:
  super_network_image: ^0.0.1

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:super_network_image/super_network_image.dart';
2
likes
150
pub points
11%
popularity

Publisher

verified publisherayushshekhar.com

A Flutter widget for loading and caching network images, supporting both raster and SVG formats with advanced caching capabilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_cache_manager, flutter_svg, http, shared_preferences

More

Packages that depend on super_network_image