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

A package to filter bad words in Vietnamese.

example/vn_badwords_filter_example.dart

import 'package:vn_badwords_filter/vn_badwords_filter.dart';

void main() {
  print(VNBadwordsFilter.isProfane("hello")); // false
  print(VNBadwordsFilter.isProfane("vcl")); // true
  print(VNBadwordsFilter.clean("hello vcl")); // hello ***
}
1
likes
140
pub points
24%
popularity

Publisher

unverified uploader

A package to filter bad words in Vietnamese.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

More

Packages that depend on vn_badwords_filter