I’m developing a Flutter application that needs to store sensitive user data, such as API keys and access tokens. I want to ensure that this data is securely stored on the device to prevent unauthorized access.
What are the best practices and recommended approaches for securely storing sensitive data in Flutter? Are there any built-in Flutter APIs or libraries that can help with secure storage (besides flutter_secure_storage)? How should I protect sensitive variables from .env file?