From 3ddeec242f32a3c1c545009fb3ddb12d2448f80f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 20 Jul 2024 18:36:59 +0000 Subject: [PATCH] Update README with latest commit ID - 0.0.22 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e8dc9e..90d070c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Get the latest version from `https://pub.dev/packages/appium_flutter_server/inst ```yaml dev_dependencies: - appium_flutter_server: 0.0.21 + appium_flutter_server: 0.0.22 ``` 2. Create a directory called `integration_test` in the root of your Flutter project. @@ -158,7 +158,6 @@ For more details, refer to the documentation for each driver: ⚠️ Testing on real iOS devices for `semanticsLabel` may not work due to an issue raised with Flutter. For updates and more information, please refer to [GitHub issue #151238](https://github.com/flutter/flutter/issues/151238). - ## Acknowledgements 💚