Last updated:
0 purchases
remove bg
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(() {});
});
copied to clipboard
Examples #
Remove.bg
Select Image and Upload on Remove.bg then you will received Converted image file from Remove.bg
Maintainers #
Deepjyoti Baishya
Thank you
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.