vn_badwords_filter 1.0.2 copy "vn_badwords_filter: ^1.0.2" to clipboard
vn_badwords_filter: ^1.0.2 copied to clipboard

A Dart package to filter and clean bad words in Vietnamese language.

This library has been published in pub.dev

Special thanks #

Special thanks to everyone in this repository for badwords list. If you want to add some bad words, please create a Pull Request.

Features #

This package is developed to filter Bad Words in Vietnamese 🇻🇳🇻🇳

Thư viện này dùng để lọc mấy từ bậy bạ chửi tục trong Tiếng Việt

Getting started #

Use command

dart pub add vn_badwords_filter

Or add specific version to pubspec.yaml file

dependencies:
    vn_badwords_filter: 1.0.0

Then run pub get

flutter pub get

Usage #

Support clean and check function

print(VNBadwordsFilter.isProfane("hello")); // false
print(VNBadwordsFilter.isProfane("vcl")); // true
print(VNBadwordsFilter.clean("hello vcl")); // hello ***

Road map #

  • Add more bad words
  • Support Multi-languages
1
likes
160
pub points
24%
popularity

Publisher

unverified uploader

A Dart package to filter and clean bad words in Vietnamese language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on vn_badwords_filter