websafe_svg 1.0.3 copy "websafe_svg: ^1.0.3" to clipboard
websafe_svg: ^1.0.3 copied to clipboard

outdated

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

websafe_svg #

Dart Publisher

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

The color attribute will replace all HTML / Hex based color values in the SVG with the given color.

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
0
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

License

unknown (LICENSE)

Dependencies

convert, flutter, flutter_svg, http, logging, meta

More

Packages that depend on websafe_svg