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

A Flutter plugin for detecting and filtering out offensive language and bad words in text input. Keep your content safe and user-friendly by using badword_guard to scan and sanitize user-generated con [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add badword_guard

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.0

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';
5
likes
120
points
460
downloads

Publisher

verified publishermdshahidulislam.tech

Weekly Downloads

A Flutter plugin for detecting and filtering out offensive language and bad words in text input. Keep your content safe and user-friendly by using badword_guard to scan and sanitize user-generated content in your Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on badword_guard