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

Flutter package that remove background of a selfie

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add background_remover

With Flutter:

 $ flutter pub add background_remover

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

dependencies:
  background_remover: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:background_remover/background_remover.dart';
24
likes
0
points
132
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package that remove background of a selfie

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on background_remover

Packages that implement background_remover