svg_clip 0.0.2 copy "svg_clip: ^0.0.2" to clipboard
svg_clip: ^0.0.2 copied to clipboard

A flutter package that allows to use an SVG as a clip path

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svg_clip

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

dependencies:
  svg_clip: ^0.0.2

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:svg_clip/svg_clip.dart';
1
likes
110
pub points
68%
popularity

Publisher

verified publisheranvith.dev

A flutter package that allows to use an SVG as a clip path

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path_drawing

More

Packages that depend on svg_clip