safe_text 0.0.4 copy "safe_text: ^0.0.4" to clipboard
safe_text: ^0.0.4 copied to clipboard

A Flutter package for filtering out bad words from text inputs.

0.0.1 #

Added #

  • Initial release of the BadWordFilter package.
  • Implemented the SafeText class with the filterText method for filtering out bad words from text inputs.
  • Provided customizable options for filtering bad words, including extraWords, excludedWords, useDefaultWords, fullMode, and obscureSymbol.
  • Included an example Flutter app demonstrating the usage of the BadWordFilter package.
  • Added a README.md file with instructions on getting started, usage, example, and author information.

0.0.2 #

Added #

  • Made some changes in documentation.

0.0.3 #

Added #

  • Made some changes in formatting.

0.0.4 #

Added #

  • A method to check whether the given String contains any bad words or not. Process will run in new thread to avoid blocking of main thread.
32
likes
160
pub points
48%
popularity

Publisher

unverified uploader

A Flutter package for filtering out bad words from text inputs.

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter

More

Packages that depend on safe_text