This file contains hidden or 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(new MyApp()); | |
class MyHero extends StatelessWidget { | |
bool expanded = false; | |
MyHero({Key key, this.expanded}) | |
: super(key: key); |
This file contains hidden or 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.8.0-beta (REV 8093a3512132f226b2076ca83a3262fe717fe3e2) | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> GET /wd/hub/status {} | |
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.8.0-beta","revision":"8093a3512132f226b2076ca83a3262fe717fe3e2"}} | |
[HTTP] <-- GET /wd/hub/status 200 44 ms - 115 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/jeffward/Projects/automation_test/AutomationTestiOS/artifacts/simulator/AutomationTestiOS.app","noReset":false,"platformVersion":"11.2","automationName":"XCUITest","autoGrantPermissions":true,"platformName":"iOS","deviceName":"iPhone 8 Plus","fullReset":false},"requiredCapabilities":{},"capabilities":{"desiredCapabilities":{"app":"/Users/jeffward/Projects/automation_test/AutomationTestiOS/artifacts/simulator/AutomationTestiOS.app","noReset":false,"platformVersion":"11.2","automationName":" |
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or 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
JARTOXML : warning J2X9001: Couldn't load class oak/activity/FragmentHostActivity : java.lang.ClassNotFoundException: oak.activity.FragmentHostActivity | |
java.lang.ClassNotFoundException: oak.activity.SupportFragmentHostActivity | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:202) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:190) |