简体   繁体   中英

Store JSON files in local storage and implement full text search in flutter

I want to implement mobile app which will work without internet so that's why I have to store data in local storage. I have some nested json files. Also I have to implement search feature to search data like full text search from these json files. I am using flutter to create this app. Which database should I use to do above mentioned things.

I tried to use HIVE. I am able to store json files in it but there is no feature for full text search in it. How should I implement full text search for Hive.

you can use isar database it has full-text search feature and it's from the same author of hive

check this https://isar.dev

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM