A Flutter Class for Your App’s Preferences
A Walkthrough
The Class Library, prefs.dart, was first introduced in the article, Store and Read Your App’s Preferences, and will be reviewed here in this article. It’s a utility class. Its API is a list of static properties and static methods. We’ll work ‘top-down’ and examine how this class library is implemented.