Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.07 KB

1.1.2

  • Removed redundant isolate uses
  • Removed flutter version constraint in pubspec.yaml

1.1.1

  • Added ability to pass additional urls to block

1.1.0

Breaking Changes

  • Minimum Supported flutter version is 3.19.5
  • Minimum Supported dart version is 3.0.0

Other

  • Added more capabilities to AdblockerWebviewController
    • getTitle, clearCache and loadUrl methods added
    • Added caching for the blocked host list

1.0.2

  • Added support for page reload
  • Fixed some analysis issues

1.0.1

  • Added support for webview backward and forward navigation
  • Reduced third party package dependency
  • Updated inAppWebview version to ^5.8.0

1.0.0

** Breaking Changes**

  • Removed Widget suffix from AdBlockerWebview

** Other **

  • Fixed broken links in readme

0.1.4

  • Updated Readme

0.1.3

  • Replaced webview_flutter package with flutter_InAppWebview

0.1.2

  • Fixed Unit tests
  • Removed dependency from injectable library

0.1.1

  • Fixed broken documentation links in readme

0.1.0

  • Fixed broken documentation links in readme

  • Initial release.