hurshi / dio-http-cache

http cache lib for Flutter dio like RxCache
Apache License 2.0
274 stars 223 forks source link

Is there any way to query the database? #67

Closed danielweil closed 3 years ago

danielweil commented 3 years ago

Hello,

Love the package. I was wondering, there is any way to query the database and get the information stored in any way?

I tried using sqflite directly but I get stuck with a Uint8ArrayView object and don't know what to do with it.

Thanks!