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

outdated

Dart package to recognize if provided string contains offensive words.

example/lib/main.dart

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

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

Publisher

unverified uploader

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