apple_vision_aesthetics 1.0.1
apple_vision_aesthetics: ^1.0.1 copied to clipboard
Flutter plugin wrapping Apple Vision CalculateImageAestheticsScoresRequest for image quality scoring, blur detection, and utility image identification. iOS 18+ only.
1.0.1 #
- Add Swift Package Manager support
- Add pub.dev badges to README
- Shorten package description to meet pub.dev requirements
1.0.0 #
- Initial release
analyzeFile— analyze image at file pathanalyzeBytes— analyze raw image bytesanalyzeBatch— batch analyze multiple filesisSupported— check device compatibilityImageAestheticsResultwithoverallScore,isUtility, andisLowQuality()- Wraps Apple Vision
CalculateImageAestheticsScoresRequest(iOS 18.0+)