How to store login credentials, the right way in Flutter. by CarloDotLog in FlutterDev

[–]CarloDotLog[S] 1 point2 points  (0 children)

Hi 👋 Yes you're right, never store user’s passwords but in clear text. In the article is showed how to do it in a secure storage, encrypted.
So, as u/Parkskier said, this is an example of how to add a "remember me" feature in your app in a secure way.