websafe_svg

Creator: coderz1093

Last updated:

Add to Cart

Description:

websafe svg

Table of Contents

websafe_svg

Using the library
Supports
Example




websafe_svg #

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>>
copied to clipboard
Then run...
flutter packages get
copied to clipboard
Supports #

asset
network
memory
string

Example #
import 'package:websafe_svg/websafe_svg.dart';

...
Widget build(BuildContext context) {
return WebsafeSvg.asset(...);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.