mofilo_content_filter 1.0.1
mofilo_content_filter: ^1.0.1 copied to clipboard
A comprehensive content filtering package for Flutter that blocks offensive language, hate speech, profanity, and harmful content in multiple languages with advanced bypass detection.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mofilo_content_filterWith Flutter:
$ flutter pub add mofilo_content_filterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mofilo_content_filter: ^1.0.1Alternatively, 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:mofilo_content_filter/mofilo_content_filter.dart';