secure_gate 0.0.2 secure_gate: ^0.0.2 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.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.