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

Simple and light weight package to use Official Documentation of remove.bg.

Logo

Usage #

Lets take a look at how to use Remove.bg Flutter Package.

  Remove.bg(
    file,
    privateKey: "PrivateKey", // (Keep Confidential)
    onUploadProgress: (progressValue) {
      if (kDebugMode) {
        print(progressValue);
      }
    },
  ).then((String url) {
    // Get your uploaded Image file link from Remove.bg
    //Now you can save it anywhere you want using ImageKit.io to For Example- Firebase, MongoDB etc.
    if (kDebugMode) {
      print(url);
    }
  });

Examples #

  • Remove.bg Select Image and Upload on Remove.bg then you will received Converted image file from Remove.bg

Maintainers #

Thank you

11
likes
140
points
134
downloads

Publisher

verified publisherbaraxuntech.com

Weekly Downloads

Simple and light weight package to use Official Documentation of remove.bg.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on remove_bg