secure_gate 0.1.0 secure_gate: ^0.1.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.1.0 #
- Change from
overlays
tooverlayBuilder
. - Update needed files.
0.0.3 #
- Add
onFocus
parameter toSecureGate
andSecureGateController
to control the focus event, so you can implement something like biometric authentication. - Improve internal behavior.
- Update README.
0.0.2 #
- Fixes:
SecureGate
does not respect the unlocked state. - Adds:
lockOnStart
parameter toSecureGateController
to specify the on start behavior of theSecureGate
when it starts. - Adds:
overlays
parameter toSecureGateController
to set the global overlays across pages that uses the same controller. - Add more examples.
- Improve the dispose behavior.
0.0.1 #
- Initial release.