vn_badwords_filter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

vn badwords filter

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
copied to clipboard
Getting started #
Use command
dart pub add vn_badwords_filter
copied to clipboard
Or add specific version to pubspec.yaml file
dependencies:
vn_badwords_filter: 1.0.0
copied to clipboard
Then run pub get
flutter pub get
copied to clipboard
Usage #
Support clean and check function
print(VNBadwordsFilter.isProfane("hello")); // false
print(VNBadwordsFilter.isProfane("vcl")); // true
print(VNBadwordsFilter.clean("hello vcl")); // hello ***
copied to clipboard
Road map #

Add more bad words
Support Multi-languages

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.