image_masking_flutter 0.0.1 copy "image_masking_flutter: ^0.0.1" to clipboard
image_masking_flutter: ^0.0.1 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
copied to clipboard

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.1
copied to clipboard

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';
copied to clipboard
7
likes
150
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.28 - 2025.04.12

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