File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
39392. 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
7979Check if your Flutter app is running on the device or emulator.
8080
81- For Android
81+ For Android
8282` ` `
83831. Run adb command `adb logcat | grep flutter` to check if the Flutter app is running.
84842. 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```
888806-17 17:02:13.246 32697 32743 I flutter : The Dart VM service is listening on http://127.0.0.1:33339/E2REX61NaiI=/
You can’t perform that action at this time.
0 commit comments