flutter_nsfw_detector 0.0.1 copy "flutter_nsfw_detector: ^0.0.1" to clipboard
flutter_nsfw_detector: ^0.0.1 copied to clipboard

On-device NSFW content detection for Flutter. Privacy-first image & video scanning using CoreML (iOS) and LiteRT/TFLite (Android). Includes a ready-to-use NsfwGuardWidget that auto-blurs unsafe content.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_nsfw_detector

With Flutter:

 $ flutter pub add flutter_nsfw_detector

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

dependencies:
  flutter_nsfw_detector: ^0.0.1

Alternatively, your editor might support dart pub get or 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_nsfw_detector/flutter_nsfw_detector.dart';
1
likes
0
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

On-device NSFW content detection for Flutter. Privacy-first image & video scanning using CoreML (iOS) and LiteRT/TFLite (Android). Includes a ready-to-use NsfwGuardWidget that auto-blurs unsafe content.

Repository (GitHub)
View/report issues

Topics

#nsfw #content-moderation #machine-learning #on-device-ml

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_nsfw_detector

Packages that implement flutter_nsfw_detector