filter_profanity_flutter 1.0.1 copy "filter_profanity_flutter: ^1.0.1" to clipboard
filter_profanity_flutter: ^1.0.1 copied to clipboard

Dart package to recognize if provided string contains offensive words.

example/lib/main.dart

import 'package:filter_profanity_flutter/filter_profanity_flutter.dart';
import 'package:flutter/foundation.dart';

void main() {
  if (kDebugMode) {
    print(hasProfanity('putin'));
  }
}
4
likes
0
points
353
downloads

Publisher

verified publisherkoojira.com

Weekly Downloads

Dart package to recognize if provided string contains offensive words.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on filter_profanity_flutter