diff --git a/README.md b/README.md index 6eb09bc..0bd05a1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This library would help you add Okra widget to your hybrid android/ios applicati To use this plugin, add `okra_widget` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). ```pub dependencies: - okra_widget: ^2.0.3-beta + okra_widget: ^3.0.0-beta ``` On iOS, opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key `io.flutter.embedded_views_preview` and the value `true`. diff --git a/example/README.md b/example/README.md index 97a2b12..17e9bbe 100644 --- a/example/README.md +++ b/example/README.md @@ -9,7 +9,7 @@ This library would help you add Okra widget to your hybrid android/ios applicati To use this plugin, add `okra_widget` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). ```pub dependencies: - okra_widget: ^2.0.3-beta + okra_widget: ^3.0.0-beta ``` On iOS, opt-in to the embedded views preview by adding a boolean property to the app's Info.plist file with the key `io.flutter.embedded_views_preview` and the value `true`.