native_cutout 0.1.0 copy "native_cutout: ^0.1.0" to clipboard
native_cutout: ^0.1.0 copied to clipboard

AI-powered background removal using native platform APIs (iOS Vision Framework, Android ML Kit).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add native_cutout

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

dependencies:
  native_cutout: ^0.1.0

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:native_cutout/native_cutout.dart';
3
likes
140
points
102
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AI-powered background removal using native platform APIs (iOS Vision Framework, Android ML Kit).

Repository (GitHub)
View/report issues

Topics

#image #background-removal #segmentation #vision #mlkit

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on native_cutout

Packages that implement native_cutout