flutterbackgroundremover 0.0.1 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';