Skip to content

Commit 640c5b8

Browse files
committed
Remove flutter version constraint
1 parent 4f5f5cc commit 640c5b8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.2
2+
* Removed redundant isolate uses
3+
* Removed flutter version constraint in pubspec.yaml
4+
15
## 1.1.1
26
* Added ability to pass additional urls to block
37

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: adblocker_webview
22
description: A webview for flutter with adblocking capability. It's currently based on Flutter InAppWebview Plugin.
33
repository: https://github.com/islamdidarmd/flutter_adblocker_webview
44
issue_tracker: https://github.com/islamdidarmd/flutter_adblocker_webview/issues
5-
version: 1.1.1
5+
version: 1.1.2
66
homepage: https://github.com/islamdidarmd/flutter_adblocker_webview
77

88
environment:
99
sdk: '>=3.0.0 <4.0.0'
10-
flutter: '>=3.19.5'
1110

1211
dependencies:
1312
flutter:

0 commit comments

Comments
 (0)