flutter_nsfw_detector 0.0.5
flutter_nsfw_detector: ^0.0.5 copied to clipboard
Privacy-first, on-device NSFW image and video scanning for Flutter using CoreML and LiteRT. Includes NsfwGuardWidget for automatic UI blurring.
0.0.5 #
- Shortened pubspec description length to meet pub.dev search indexing limits.
0.0.4 #
- Improved pub.dev README to showcase the entire ecosystem (Image/Video + Text filtering).
0.0.3 #
- Architecture update: Moved to a Melos monorepo structure.
- Published companion package
flutter_nsfw_detector_textfor pure-Dart text filtering.
0.0.2 #
- Fix package repository and homepage URLs.
- Added native
ImageProvidersupport for zero-dependency caching integration. - Added robust widget-level and global threshold controls.
- Added exact supported platform versions and app size impacts to the README.
0.0.1 #
- Initial release: Privacy-first on-device NSFW content detection.
- CoreML (iOS) and LiteRT/TFLite (Android) native integrations.
NsfwGuardWidgetauto-blur UI.