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 bf81ff2 commit e662555Copy full SHA for e662555
1 file changed
README.md
@@ -23,7 +23,7 @@ Add this to your `pubspec.yaml`:
23
24
```yaml
25
dependencies:
26
- adblocker_webview: ^1.0.0
+ adblocker_webview: ^2.1.0
27
```
28
29
### Basic Usage
@@ -130,7 +130,7 @@ AdBlockerWebview(
130
131
## Migration Guide
132
133
-### Migrating from 1.2.0 to 2.0.0-beta
+### Migrating from 1.2.0 to 2.0.0
134
135
#### Breaking Changes
136
@@ -206,7 +206,7 @@ AdBlockerWebview(
206
1. Update the package version in `pubspec.yaml`:
207
208
209
- adblocker_webview: ^2.0.0-beta
+ adblocker_webview: ^2.0.0
210
211
212
2. Replace controller initialization with singleton pattern
0 commit comments