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

A Flutter plugin for detecting and filtering out offensive language and bad words in text input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add badword_guard
copied to clipboard

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

dependencies:
  badword_guard: ^1.0.1
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:badword_guard/badword_guard.dart';
copied to clipboard
5
likes
150
points
617
downloads

Publisher

verified publishermdshahidulislam.tech

Weekly Downloads

2024.09.26 - 2025.04.10

A Flutter plugin for detecting and filtering out offensive language and bad words in text input.

Repository (GitHub)

Topics

#badword #guard #filter #offensive

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on badword_guard