flutter_nsfw_detector_text 0.0.3
flutter_nsfw_detector_text: ^0.0.3 copied to clipboard
Pure-Dart text content filtering with keyword matching, profanity detection, and leet-speak normalization.
0.0.3 #
- Fixed compilation error in the newly added example project.
0.0.2 #
- Added
exampleproject. - Improved API documentation coverage to meet pub.dev standards.
0.0.1 #
- Initial release of the text filtering package.
- Added
KeywordFilter,ProfanityFilter, andRegexFilter. - Added
TextNormalizerwith leet-speak normalization and evasion stripping. - Added
NativeModelTextClassifierabstract bridge for future ML integration. - Added Flutter UI helpers
NsfwTextInputFormatterandNsfwTextValidator.