getkevin / kevin-flutter

MIT License
0 stars 0 forks source link

MOBILE-1264_part4: Initial account linking functionality #19

Closed antons-zubkovs closed 2 years ago

antons-zubkovs commented 2 years ago

Decided to try hive as a persistence lib. Since it is NoSQL, it comes with some trade-offs in terms of managing writing/reading, so it's worth thoroughly checking persistent_accounts_repository.dart file.