CCExtractor / beacon

Flutter application to share location with a group. (under development)
56 stars 146 forks source link

local storage implementation for storing groups and beacons #238

Open RunTerror opened 1 month ago

RunTerror commented 1 month ago

Offline Data Display with Hive Database To ensure data is displayed even when there's no internet connection, I utilized Hive's type adapters for storing class data. This way, when the internet is unavailable, the application can still fetch and display data from the local Hive database.

used HiveType and HiveField for storing class data parameters

Screenshot 2024-06-08 at 10 02 40