bad_words 0.3.0 bad_words: ^0.3.0 copied to clipboard
A dart filter for bad words. This filter will allow you to make a simple check to tell if a string contains bad words as defined in the lib/word_list.dart file.
[0.1.0] - August 29, 2019. #
Initial release. Includes blacklist of words checking if the string contains profane language. Only in English.
[0.1.1] - September 2, 2019. #
Clean up the example.dart file.
[0.1.2] - September 2, 2019. #
Update README example to use latest version.
[0.2.0] - September 26, 2020. #
Add clean
method to replace bad words with asterisk in response to https://github.com/TylerSustare/dart_bad_words/issues/1
[0.2.1] - September 26, 2020. #
Proper Dart fmt for more sweet, sweet pub points
[0.2.2] - October 9, 2020. #
Removed unnecessary dependency on Flutter in response to https://github.com/TylerSustare/dart_bad_words/issues/4
[0.3.0] - January 31, 2022 #
Add support for sound null safety