filter_profanity_flutter 1.0.2 copy "filter_profanity_flutter: ^1.0.2" to clipboard
filter_profanity_flutter: ^1.0.2 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
150
points
398
downloads

Publisher

verified publisherkoojira.com

Weekly Downloads

Dart package to recognize if provided string contains offensive words.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on filter_profanity_flutter