islamdidarmd / flutter_adblocker_webview

A webview implementation of in Flutter that blocks most of the ads that appear inside of the webpages
https://pub.dev/packages/adblocker_webview
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Make more reusabe #11

Closed parmeetmaster closed 6 months ago

parmeetmaster commented 9 months ago

Hello bro,

You need to apply cache mechanism once the file is load by api it must be reused.Everytime user open webview you api is calling again ang again least provide additional parameter use like to cache loaded till that hours.

islamdidarmd commented 9 months ago

It's a good idea to cache the response till some period actually. Need to think more about how to implement this. If you have a proposal you can raise a PR. I will need some time to get back to it.

islamdidarmd commented 6 months ago

New version 1.1.0 has been published to pub dev which addresses this issue.

parmeetmaster commented 6 months ago

Kindly update documentation as well how to use this