flutterbackgroundremover 0.0.1 copy "flutterbackgroundremover: ^0.0.1" to clipboard
flutterbackgroundremover: ^0.0.1 copied to clipboard

Effortlessly remove backgrounds from images in your Flutter app with Background Remover. This cross-platform Flutter package leverages Apple Vision Selfie on macOS and Google ML Kit Selfie Segmentatio [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterbackgroundremover

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

dependencies:
  flutterbackgroundremover: ^0.0.1

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:flutterbackgroundremover/backgroundremover.dart';
5
likes
100
pub points
73%
popularity

Publisher

verified publisheralihassan143cool.blogspot.com

Effortlessly remove backgrounds from images in your Flutter app with Background Remover. This cross-platform Flutter package leverages Apple Vision Selfie on macOS and Google ML Kit Selfie Segmentation on Android and iOS to deliver efficient background removal. The package provides a simple API for developers, making it easy to integrate this powerful feature into your applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

apple_vision_selfie, flutter, google_mlkit_selfie_segmentation, image

More

Packages that depend on flutterbackgroundremover