From fe81e0b0dd415eaf2c6cd0599a603f7e117ba377 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Mon, 27 Sep 2021 16:37:08 +0100 Subject: [PATCH] update readme to include v3 --- README.md | 2 +- example/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`.