-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpubspec.yaml
More file actions
63 lines (52 loc) · 1.31 KB
/
Copy pathpubspec.yaml
File metadata and controls
63 lines (52 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: safe_text
description: A fast Flutter profanity & swear word filter with phone number detection, powered by Aho-Corasick. Supports 80+ languages and 55,000+ curated bad words.
version: 2.1.7
homepage: https://github.com/master-wayne7/safe_text
repository: https://github.com/master-wayne7/safe_text
issue_tracker: https://github.com/master-wayne7/safe_text/issues
documentation: https://github.com/master-wayne7/safe_text#readme
changelog: https://github.com/master-wayne7/safe_text/blob/main/CHANGELOG.md
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
example: main.dart
flutter:
assets:
- assets/data/
platforms:
android:
ios:
linux:
macos:
web:
windows:
funding:
- https://www.buymeacoffee.com/ronitrameja
topics:
- text-processing
- profanity-filter
- phone-number-detection
- content-moderation
- flutter
keywords:
- swear-words
- profanity-filter
- bad-words
- content-moderation
- text-filter
license: MIT
maintainers:
- master-wayne7
screenshots:
- description: "SafeText 2.0 Banner"
path: assets/image/safeText.png
support:
- https://github.com/master-wayne7/safe_text/issues
- https://github.com/master-wayne7/safe_text/discussions