...

/

Solution: Local Storage with the Hive Library

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.5
hive_flutter: ^1.1.0
dev_dependencies:
hive_generator: ^1.1.2
build_runner: ^2.1.7
Hive challenge solution code

Challenge 1: Add packages

First, in pubspec.yaml, we import hive, hive_flutter, ...