profanity_detector

Creator: coderz1093

Last updated:

0 purchases

profanity_detector Image
profanity_detector Images
Add to Cart

Description:

profanity 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
}

copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.