nsfw_detect 2.1.0
nsfw_detect: ^2.1.0 copied to clipboard
On-device NSFW/nudity detection for iOS and Android photo libraries.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nsfw_detectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nsfw_detect: ^2.1.0Alternatively, 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';