flutter_virtual_background 1.0.1
flutter_virtual_background: ^1.0.1 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.
1.0.1 #
- BREAKING CHANGE: Migrated from deprecated
dart:htmlanddart:js_utiltodart:js_interopandpackage:web - Fixed static analysis errors for Flutter 3.19+ and Dart 3.3+
- Updated minimum SDK requirements (Dart 3.3.0, Flutter 3.19.0)
- Added
web: ^1.1.0dependency - Improved documentation with library-level comments
- Fixed unresolved documentation references
Migration Notes #
If you're upgrading from 1.0.0, no API changes are required. The plugin interface remains the same, only the internal implementation has been updated to use modern web APIs.
Ensure your project meets the new minimum requirements:
- Flutter SDK: 3.19.0 or higher
- Dart SDK: 3.3.0 or higher
1.0.0 #
- Initial release
- Dual AI engine support (MediaPipe & BodyPix)
- Real-time background removal and replacement
- Video recording with audio support
- Morphological dilation for edge enhancement
- WebGL-accelerated compositing
- Headless controller-based API
- Comprehensive documentation and examples