0 purchases
av flutter svg provider
Flutter SVG provider #
A Flutter package for using svg in Image widget via custom ImageProvider.
Svg is parsed using flutter_svg dependency.
Getting started #
import 'package:av_flutter_svg_provider/av_flutter_svg_provider.dart';
Image(
width: 32,
height: 32,
image: Svg('assets/my_icon.svg'),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.