This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Appium] Welcome to Appium v1.17.0 | |
[Appium] Non-default server args: | |
[Appium] port: 53633 | |
[Appium] sessionOverride: true | |
[Appium] logNoColors: true | |
[Appium] chromedriverExecutable: /Users/myuser/Library/Application Support/TestProject/Agent/deps/drivers/Chrome/workdir/chromedriver | |
[Appium] allowInsecure: { | |
[Appium] 0: adb_shell | |
[Appium] } | |
[Appium] Appium REST http interface listener started on 0.0.0.0:53633 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"sourcePath": "lib/src/material/floating_action_button.dart", | |
"sourceLine": 122, | |
"id": "material.FloatingActionButton.1", | |
"serial": "1", | |
"package": "flutter", | |
"library": "material", | |
"element": "FloatingActionButton", | |
"file": "material.FloatingActionButton.1.dart", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() { | |
runApp(MyApp()); | |
} | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( |