This Flutter application is an example of how to make caching of fetched data using the Flutter Hive package. It displays random quotes from the Stranger Things series and saves them in the cache.
- Clone or download the codebase.
- If you have used Flutter before, just use
flutter run
command. Otherwise start here.