google_mlkit_subject_segmentation 0.1.0
google_mlkit_subject_segmentation: ^0.1.0 copied to clipboard
A Flutter plugin to use Google's ML Kit Selfie Segmentation API to easily separate the background from users within a scene and focus on what matters.
0.1.0 #
- Migrate Android implementation from Java to Kotlin.
- Migrate iOS implementation from Objective-C to Swift.
- Bump Android compileSdk to 36 for AGP 9 compatibility.
- Enable support for Apple Silicon simulator on iOS 26+.
0.0.3 #
- Update Android native library
com.google.android.gms:play-services-mlkit-subject-segmentationto 16.0.0-beta1 - Note: iOS support is not available
0.0.2 #
- Increase android sdk compile version to 35
- Updates Java compatibility version to 11
- Update dependencies.
0.0.1 #
- Initial release.