secure_gate 0.2.0
secure_gate: ^0.2.0 copied to clipboard
A simple package that helps you secure your app when it is hidden or inactive by covered with a blur screen and overlays Widget.
0.2.0 #
- Add
contexttoonFocus. - Add logic to check the overlayBuilder better.
0.1.1 #
- Change min sdk version to
3.0.0. - Change from
overlaystooverlayBuilder. - Update needed files.
0.0.3 #
- Add
onFocusparameter toSecureGateandSecureGateControllerto control the focus event, so you can implement something like biometric authentication. - Improve internal behavior.
- Update README.
0.0.2 #
- Fixes:
SecureGatedoes not respect the unlocked state. - Adds:
lockOnStartparameter toSecureGateControllerto specify the on start behavior of theSecureGatewhen it starts. - Adds:
overlaysparameter toSecureGateControllerto set the global overlays across pages that uses the same controller. - Add more examples.
- Improve the dispose behavior.
0.0.1 #
- Initial release.