Closed QuirijnGB closed 1 year ago
Hi @QuirijnGB, thanks for the feedback. We are aware of this particular limitation and are going to be tackling this soon. In the meanwhile please see if our Blur API can be of some use. Thanks.
Hi @QuirijnGB - We have released the new occlusion feature that allows you to hide sensitive data for specific widgets. Here you will find the documentation for it but here you can also check the simplicity on how this gets implemented:
const OccludeWrapper(
child: Text(
'Sensitive data that will be occluded by the Wrapper',
),
),
Feel free to contact team@uxcam.com in case you have any questions in this regard, really looking forward to get your feedback.
Allow us to hide sensitive data on a smaller scale.