hurshi / dio-http-cache

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

Make http-cache available for Flutter WEB #39

Closed fvisticot closed 4 years ago

fvisticot commented 4 years ago

Any plan to provide support for Flutter WEB ?

hurshi commented 4 years ago

Hi, Thanks for your advice. This is not planned for the time being, but will probably be added later by the future trend of Flutter Web

fvisticot commented 4 years ago

Flutter Web will be stable in the coming month. It would be very nice to have WEB support for our current app with minimum changes. My current application is using http-cache and due to sqlite dependency, the app can not run on WEB. A solution will be to use sembast plugin (WEB ready).