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

outdated

Profanity word detector

example/profanity_detector_example.dart

import 'package:profanity_detector/profanity_detector.dart';

void main() {
  bool isDetectedProfanity =
      ProfanityDetector.hasProfanity(text: 'You are an a_s_s ');
  print('isDetectedProfanity: $isDetectedProfanity');
}
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