Ravi Patelravipatel.hashnode.dev·Oct 14, 2024Building Offline-First Flutter Apps with SQLite and HiveIn today’s mobile world, users expect apps to work seamlessly, even when they don’t have a stable internet connection. An offline-first architecture allows apps to function effectively without relying on constant network availability, syncing data lo...1 likeFlutter Storage
Rufai Kudus Adeboyerufai.hashnode.dev·Sep 12, 2022Integrating Hive as a database with Provider in your flutter projectIn this article, we would be integrating hive for local storage of data in your flutter project. Below is a list of the sections of this article What is Hive ? Deep dive into when and why you should use hive. Setting up a hive datastore in yo...597 readshive