extended_svg_picture

pub package

Show network svg with local file cache future.

Features

Base on ExtendedImage and FlutterSvg, add local file cache future

Getting started

flutter pub add extended_svg_picture

Usage

String imageUrl = "";
Widget svgPicture = ExtendedSvgPicture(
  imageUrl: imageUrl,
  width: 30,
  height: 30,
);