secure_gate 0.2.0 copy "secure_gate: ^0.2.0" to clipboard
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 context to onFocus.
  • Add logic to check the overlayBuilder better.

0.1.1 #

  • Change min sdk version to 3.0.0.
  • Change from overlays to overlayBuilder.
  • Update needed files.

0.0.3 #

  • Add onFocus parameter to SecureGate and SecureGateController 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 to SecureGateController to specify the on start behavior of the SecureGate when it starts.
  • Adds: overlays parameter to SecureGateController to set the global overlays across pages that uses the same controller.
  • Add more examples.
  • Improve the dispose behavior.

0.0.1 #

  • Initial release.
1
likes
160
pub points
33%
popularity

Publisher

verified publisherlamnhan.dev

A simple package that helps you secure your app when it is hidden or inactive by covered with a blur screen and overlays Widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on secure_gate