2021-08-06
3023
#flutter
Souvik Biswas
61814
Aug 6, 2021 ⋅ 10 min read

Handling local data persistence in Flutter with Hive

Souvik Biswas Mobile developer (Android, iOS, and Flutter), technical writer, IoT enthusiast, avid video game player.

Recent posts:

Migrating To Valkey From Redis

Migrating to Valkey from Redis

With Redis’ license change and the launch of Valkey 8.0 as an alternative, this guide covers key differences and migration steps.

Matteo Di Pirro
Mar 6, 2025 ⋅ 5 min read
GraphQL Vs. REST APIs: What’s The Difference Between Them

GraphQL vs. REST APIs: What’s the difference between them

Compare GraphQL vs. REST APIs in terms of flexibility, efficiency, versioning, over-fetching, under-fetching, caching, and more.

Esteban Herrera
Mar 5, 2025 ⋅ 7 min read
how to hide scrollbars with CSS

How to use CSS to hide scrollbars without impacting scrolling

Learn how to hide the scrollbar in popular web browsers by making use of modern CSS techniques, and dive into some interactive examples.

Fimber Elemuwa
Mar 4, 2025 ⋅ 10 min read

16 React component libraries and kits for improved UI

Discover 16 of the most useful React content libraries and kits, and learn how to use them in your next React app.

Chidume Nnamdi
Mar 4, 2025 ⋅ 16 min read
View all posts

2 Replies to "Handling local data persistence in Flutter with Hive"

  1. Is there any way to get data by joining two boxes in hive db flutter?
    I am looking for something which would help me fetch data from two different boxes and join them as we do in traditional databases.

  2. you have a inconsistency about class name for TypeAdapter , “Person” or “People” ?

Leave a Reply