nsfw_detect 2.6.4 copy "nsfw_detect: ^2.6.4" to clipboard
nsfw_detect: ^2.6.4 copied to clipboard

Privacy-friendly NSFW detection for Flutter apps. Analyze images, videos, picked media, photo libraries, and camera frames on-device.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add nsfw_detect

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

dependencies:
  nsfw_detect: ^2.6.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:nsfw_detect/nsfw_detect.dart';
3
likes
140
points
794
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Privacy-friendly NSFW detection for Flutter apps. Analyze images, videos, picked media, photo libraries, and camera frames on-device.

Repository (GitHub)
View/report issues
Contributing

Topics

#content-moderation #nsfw-detection #camera #video-scanning #permission-handling

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, shared_preferences, web

More

Packages that depend on nsfw_detect

Packages that implement nsfw_detect