profanity_detector 1.2.4 copy "profanity_detector: ^1.2.4" to clipboard
profanity_detector: ^1.2.4 copied to clipboard

Profanity word detector

profanity_detector #

Profanity word detector

Detector is fine for searching red words in sentences.

/// Usage example
import 'package:profanity_detector/profanity_detector.dart';

void main() {
  bool isDetectedProfanity =
      ProfanityDetector.hasProfanity(text: 'Genuine, my ass! ');
  print('isDetectedProfanity: $isDetectedProfanity'); //  true
}

2
likes
150
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Profanity word detector

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on profanity_detector