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

PlatformiOS

A Flutter plugin for object removal in images. Simplify image processing in Flutter apps, allowing users to remove unwanted objects from photos effortlessly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add object_remover

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

dependencies:
  object_remover: ^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:object_remover/object_remover.dart';
2
likes
160
pub points
45%
popularity

Publisher

unverified uploader

A Flutter plugin for object removal in images. Simplify image processing in Flutter apps, allowing users to remove unwanted objects from photos effortlessly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on object_remover