vn_badwords_filter 1.0.0 vn_badwords_filter: ^1.0.0 copied to clipboard
A package to filter bad words in Vietnamese.
Special thanks #
Special thanks to everyone in this repository repository for badwords list
Features #
This package is developed to filter Bad Words in Vietnames 🇻🇳🇻🇳 // 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