We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5f5cc commit 640c5b8Copy full SHA for 640c5b8
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.2
2
+* Removed redundant isolate uses
3
+* Removed flutter version constraint in pubspec.yaml
4
+
5
## 1.1.1
6
* Added ability to pass additional urls to block
7
pubspec.yaml
@@ -2,12 +2,11 @@ name: adblocker_webview
description: A webview for flutter with adblocking capability. It's currently based on Flutter InAppWebview Plugin.
repository: https://github.com/islamdidarmd/flutter_adblocker_webview
issue_tracker: https://github.com/islamdidarmd/flutter_adblocker_webview/issues
-version: 1.1.1
+version: 1.1.2
homepage: https://github.com/islamdidarmd/flutter_adblocker_webview
8
environment:
9
sdk: '>=3.0.0 <4.0.0'
10
- flutter: '>=3.19.5'
11
12
dependencies:
13
flutter:
0 commit comments