I want to keep the user logged-in after the login success in Flutter, I use SharedPreferences to store a boolean as (isLoggedIn = true), but i'm afraid of hacking this operation if someone can access this boolean and change its value from false to true, is this possible?
and if it's how can i secure the keep me logged in value?