flutter_svg_plus 2.0.11 copy "flutter_svg_plus: ^2.0.11" to clipboard
flutter_svg_plus: ^2.0.11 copied to clipboard

discontinuedreplaced by: flutter_svg

An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_svg_plus

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

dependencies:
  flutter_svg_plus: ^2.0.11

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_svg_plus/flutter_svg.dart';
import 'package:flutter_svg_plus/svg.dart';
16
likes
0
pub points
76%
popularity

Publisher

verified publishermariuti.com

An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, vector_graphics_codec, vector_graphics_compiler, vector_graphics_plus

More

Packages that depend on flutter_svg_plus