Shared Preferences in Flutter
What are Shared Preferences?
Android provides one of the most interesting and easy data storage options: Shared Preferences. It can be used to store and retrieve a small amount of primitive data as Key-Value pairs. Supported data types are int, doubl...
itsadityarathore.hashnode.dev3 min read