This library has been published in pub.dev
Special thanks to everyone in this repository for badwords list. If you want to add some bad words, please create a Pull Request.
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
dart pub add vn_badwords_filter
dependencies:
vn_badwords_filter: 1.0.2
Then run pub get
flutter pub get
Support clean and check function
print(VNBadwordsFilter.isProfane("hello")); // false
print(VNBadwordsFilter.isProfane("vcl")); // true
print(VNBadwordsFilter.clean("hello vcl")); // hello ***
- Add more bad words
- Support Multi-languages