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

outdated

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
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Profanity word detector

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on profanity_detector