remove_bg 0.0.3 copy "remove_bg: ^0.0.3" to clipboard
remove_bg: ^0.0.3 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)
            onUploadProgressCallback: (progressValue) {
              if (kDebugMode) {
                print(progressValue);
              }
              setState(() {
                linearProgress = progressValue;
              });
            },
          ).then((Uint8List? data) async {
            if (kDebugMode) {
              print(data);
            }
            bytes = data;
            setState(() {});
          });

Examples #

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

Maintainers #

Thank you

12
likes
140
points
90
downloads

Publisher

verified publisherbaraxuntech.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter

More

Packages that depend on remove_bg