{"id":32298517,"url":"https://github.com/antoinegtir/background-remover","last_synced_at":"2025-10-23T04:58:29.806Z","repository":{"id":214717297,"uuid":"736720359","full_name":"Antoinegtir/background-remover","owner":"Antoinegtir","description":"First Flutter package that remove background from selfie using Google ML Kit","archived":false,"fork":false,"pushed_at":"2024-08-04T11:05:31.000Z","size":1930,"stargazers_count":25,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-23T04:57:54.882Z","etag":null,"topics":["android","dart","flutter","ml","package","pub-dev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/background_remover","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Antoinegtir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-28T17:19:18.000Z","updated_at":"2025-08-05T06:52:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac99848b-3d55-45f5-b5f3-9fe8fd6714b0","html_url":"https://github.com/Antoinegtir/background-remover","commit_stats":null,"previous_names":["antoinegtir/background-remover"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Antoinegtir/background-remover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antoinegtir%2Fbackground-remover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antoinegtir%2Fbackground-remover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antoinegtir%2Fbackground-remover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antoinegtir%2Fbackground-remover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antoinegtir","download_url":"https://codeload.github.com/Antoinegtir/background-remover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antoinegtir%2Fbackground-remover/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280563531,"owners_count":26351731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","dart","flutter","ml","package","pub-dev"],"created_at":"2025-10-23T04:58:28.896Z","updated_at":"2025-10-23T04:58:29.802Z","avatar_url":"https://github.com/Antoinegtir.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Background Remover\n\n\n| Before                                                 | After\n| ----------------------------------------------------- | ---------------------------------------------------- |\n| \u003cimg src=\"https://firebasestorage.googleapis.com/v0/b/test-bdb24.appspot.com/o/before.png?alt=media\u0026token=1f1787f4-1d3d-4b25-8f3e-3fd50b1db408\" width=\"200\"/\u003e | \u003cimg src=\"https://firebasestorage.googleapis.com/v0/b/test-bdb24.appspot.com/o/after.png?alt=media\u0026token=5c65be26-9f14-48fb-bb41-6e7a41de613d\" width=\"200\"/\u003e\n\n## Overview\nThe `background_remover` package is the first Flutter plugin designed for easy integration of background removal functionality into Flutter applications. This package provides a straightforward way to pick images from the gallery and process them to remove their background.\n\n## Features\n- Image picking from gallery\n- Background removal from images\n- Display of images with and without background\n\n## Getting Started\nTo use the `background_remover` package, follow these steps:\n\n### Installation\nAdd `background_remover` to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  background_remover: ^1.0.0\n```\n\n### Import the Package\nImport the package along with other required packages in your Dart file:\n\n```dart\nimport 'package:background_remover/background_remover.dart';\n```\n\n### Usage\nHere is a basic example of how to use the `background_remover` package in a Flutter application:\n\n```dart\nUint8List imageBytes = your image as byte;\n\nremoveBackground(imageBytes: imageBytes).then((Uint8List backgroundRemoveBytes) {\n// then do whatever you want with byte of images such as display it in image.memory()..\n});\n```\n\n`removeBackground()` is the method that handles the background removal process.\n\n## Contributing\nContributions to the `background_remover` package are welcome. Please feel free to fork the repository, make changes, and create a pull request to upgrade it.\n\n## License\nThis package is licensed under the [Apache License](LICENSE).\n\n---\n\nThis README provides a basic introduction to the `background_remover` package. It assumes the reader has a fundamental understanding of Flutter and Dart.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinegtir%2Fbackground-remover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantoinegtir%2Fbackground-remover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantoinegtir%2Fbackground-remover/lists"}