Solution: Local Storage with the Hive Library
Explore the solutions of the Hive challenges.
Solutions
Great job on completing all the steps in the previous challenge! Feel free to compare your code solutions with the solutions below:
dependencies:hive: ^2.0.5hive_flutter: ^1.1.0dev_dependencies:hive_generator: ^1.1.2build_runner: ^2.1.7
Hive challenge solution code
Challenge 1: Add packages
First, in pubspec.yaml
, we import hive
, hive_flutter
, ...