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
flutter run (01-22 16:53:58) | |
Running "flutter packages get" in t64_list_wheel_demo... | |
Got socket error trying to find package collection at https://pub.dartlang.org. | |
---- Log transcript ---- | |
FINE: Pub 2.0.0-dev.16.0 | |
MSG : Resolving dependencies... | |
SLVR: Solving dependencies: | |
| - flutter any from sdk (flutter) (locked to 0.0.41-dev) | |
SLVR: * start at root | |
SLVR: | flutter 0.0.41-dev from sdk is locked |
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
OS Version: iOS 8.4 (12H143) | |
Report Version: 104 | |
Exception Type: EXC_BAD_INSTRUCTION (SIGILL) | |
Exception Codes: ILL_NOOP at 0x00000001009f7028 | |
Crashed Thread: 7 | |
Application Specific Information: | |
Stack overflow in (null) |
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 MyApp extends StatelessWidget { | |
// This widget is the root of your application. | |
@override | |
Widget build(BuildContext context) { | |
return new MaterialApp( | |
title: 'Flutter Demo', |
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
0.2837s Preparing | |
0.0005s | |
0.0002s Analyzing dependencies | |
0.0000s | |
0.0000s Inspecting targets to integrate | |
0.0000s Using `ARCHS` setting to build architectures of target `Pods-Runner`: (`arm64`) | |
0.0000s | |
0.0000s Fetching external sources | |
0.0151s -> Fetching podspec for `Flutter` from `/Users/xiao/Development/flutter/bin/cache/artifacts/engine/ios` | |
0.0013s -> Fetching podspec for `android_intent` from `/Users/xiao/.pub-cache/hosted/pub.dartlang.org/android_intent-0.0.1/ios` |
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 MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return new MaterialApp( |
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
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -w -pipe | |
CXXFLAGS: -O3 -w -pipe | |
MAKEFLAGS: -j8 | |
==> Downloading http://kernel.org/pub/software/scm/git/git-1.7.4.1.tar.bz2 | |
File already downloaded and cached to /Users/xiao/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/xiao/Library/Caches/Homebrew/git-1.7.4.1.tar.bz2 |
NewerOlder