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

The Image Masking Flutter Plugin allows developers to create an interactive image reveal effect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_masking_flutter

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

dependencies:
  image_masking_flutter: ^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:image_masking_flutter/image_masking_painter.dart';
import 'package:image_masking_flutter/image_masking_widget.dart';
import 'package:image_masking_flutter/single_gesture.dart';
7
likes
150
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

The Image Masking Flutter Plugin allows developers to create an interactive image reveal effect.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on image_masking_flutter