You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,10 @@ cd example && flutter run -d chrome
177
177
- ✅ **Windows**: Basic semantics support
178
178
- ✅ **Linux**: Basic semantics support
179
179
180
+
## ⚠️ Security Considerations
181
+
182
+
Avoid using semantics on fields that contain sensitive user data like credit card information or other private details. Use `ExcludeSemantics` to prevent this data from being exposed to the accessibility tree.
183
+
180
184
## 🤝 Contributing
181
185
182
186
This is an internal package for the Make organization. For contributions:
0 commit comments