flutter_virtual_background 1.0.0 copy "flutter_virtual_background: ^1.0.0" to clipboard
flutter_virtual_background: ^1.0.0 copied to clipboard

A powerful Flutter Web plugin for real-time AI-powered background removal and replacement with dual-engine support (MediaPipe & BodyPix) and video recording capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_virtual_background

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

dependencies:
  flutter_virtual_background: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_virtual_background/flutter_virtual_background.dart';
0
likes
90
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter Web plugin for real-time AI-powered background removal and replacement with dual-engine support (MediaPipe & BodyPix) and video recording capabilities.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on flutter_virtual_background

Packages that implement flutter_virtual_background