flag_secure 2.0.0 flag_secure: ^2.0.0 copied to clipboard
A Flutter plugin to manage Android's FLAG_SECURE at runtime.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 #
Changes #
- BREAKING CHANGE: Rename all methods to simplify them
isFlagSecureEnabled
→isSet
enableFlagSecure()
→set()
disableFlagSecure()
→unset()
1.0.0 #
Initial release.