flutter_cached_svg 1.0.1 copy "flutter_cached_svg: ^1.0.1" to clipboard
flutter_cached_svg: ^1.0.1 copied to clipboard

A high-performance Flutter package for loading and caching SVG images from network URLs with full cross-platform support, including Flutter Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cached_svg

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

dependencies:
  flutter_cached_svg: ^1.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:flutter_cached_svg/flutter_cached_svg.dart';
7
likes
135
points
55
downloads

Publisher

verified publisherolicesona.com

Weekly Downloads

A high-performance Flutter package for loading and caching SVG images from network URLs with full cross-platform support, including Flutter Web.

Repository (GitHub)
View/report issues

Topics

#svg #cache #image #web #cross-platform

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_cache_manager, flutter_svg, http

More

Packages that depend on flutter_cached_svg