uxcam / flutter-plugin

BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Hide Sensitive data per view/widget #2

Closed QuirijnGB closed 1 year ago

QuirijnGB commented 3 years ago

Allow us to hide sensitive data on a smaller scale.

Anup-UXCam commented 2 years 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.

DFDIEGOH commented 1 year ago

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.