profanity_filter 2.0.0 copy "profanity_filter: ^2.0.0" to clipboard
profanity_filter: ^2.0.0 copied to clipboard

Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add profanity_filter
copied to clipboard

With Flutter:

 $ flutter pub add profanity_filter
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  profanity_filter: ^2.0.0
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:profanity_filter/profanity_filter.dart';
copied to clipboard
114
likes
160
points
9.82k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

Simple filter to check and censor strings against profanity, obscene words. A default English words list is provided (LDNOOBW).

Repository (GitHub)

Documentation

API reference

License

BSD-2-Clause (license)

More

Packages that depend on profanity_filter