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.

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
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