flutter_nsfw_scaner 1.0.13
flutter_nsfw_scaner: ^1.0.13 copied to clipboard
On-device NSFW detection for Flutter (Android/iOS) with TensorFlow Lite: image/video scans, mixed batch and gallery scanning, progress streaming, and cancellation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_nsfw_scanerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_nsfw_scaner: ^1.0.13Alternatively, 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:flutter_nsfw_scaner/flutter_nsfw_scaner.dart';