Skip to content

Commit

Permalink
Remove flutter version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
islamdidarmd committed Jul 8, 2024
1 parent 4f5f5cc commit 640c5b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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

Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.19.5'

dependencies:
flutter:
Expand Down

0 comments on commit 640c5b8

Please sign in to comment.