websafe_svg 3.0.1+1 copy "websafe_svg: ^3.0.1+1" to clipboard
websafe_svg: ^3.0.1+1 copied to clipboard

Simple abstraction to be able to use SVGs in Android, iOS, and Web.

Table of Contents

websafe_svg #

Dart Publisher

A Flutter compatible library to handle SVGs for Android, iOS, and Web.

Using the library #

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  websafe_svg: <<version>> 

Then run...

flutter packages get

Supports #

  • asset
  • network
  • memory
  • string

Example #

import 'package:websafe_svg/websafe_svg.dart';

...
Widget build(BuildContext context) {
  return WebsafeSvg.asset(...);
}
107
likes
110
pub points
94%
popularity

Publisher

verified publisherpeifferinnovations.com

Simple abstraction to be able to use SVGs in Android, iOS, and Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

convert, flutter, flutter_svg, http, logging, meta

More

Packages that depend on websafe_svg