Skip to content

Commit a455d53

Browse files
committed
Update README with latest commit ID - 0.0.9
1 parent b2fd816 commit a455d53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This driver is built using [Flutter Integration Test](https://docs.flutter.dev/c
3333

3434
```yaml
3535
dev_dependencies:
36-
appium_flutter_server: ^0.0.7
36+
appium_flutter_server: 0.0.9
3737
```
3838
3939
2. Create a directory called `integration_test` in the root of your Flutter project.
@@ -78,11 +78,11 @@ Bingo! You are ready to run your tests using Appium Flutter Integration Driver.
7878
7979
Check if your Flutter app is running on the device or emulator.
8080
81-
For Android
81+
For Android
8282
```
8383
1. Run adb command `adb logcat | grep flutter` to check if the Flutter app is running.
8484
2. Open the application in the device or emulator manually.
85-
3. Verify the logs in the console.
85+
3. Verify the logs in the console.
8686
```
8787
```
8888
06-17 17:02:13.246 32697 32743 I flutter : The Dart VM service is listening on http://127.0.0.1:33339/E2REX61NaiI=/

0 commit comments

Comments
 (0)