0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.