Flutter Web and Hive

Website: https://web.flatteredwithflutter.com/#/ We will cover briefly about Storing data using Hive Data operations Real-time UI updates Storing data using Hive Hive is a lightweight and key-value database. It supports mobile, desktop, and browser. Basically, we can save data from primitives like strings to complex custom objects. Note: Install both hive and hive_flutter Data to save: We have … Continue reading Flutter Web and Hive