- 18 Feb, 2017 1 commit
-
-
Ian Hickson authored
-
- 17 Feb, 2017 6 commits
-
-
Michael Goderbauer authored
-
Michael Goderbauer authored
Artifacts are now located in a central place. This will enable us to downlaod artifacts when we need them (instead of downloading them all upfront). This also makes replacing sky_snapshot with gen_snapshot easier.
-
Michael Goderbauer authored
Also: Fix some analyzer warnings.
-
xster authored
* Support iOS screenshot 1/3 * Use path.join * use fs.path instead
-
Todd Volkert authored
Fixes #8209
-
Ryan Macnak authored
Update stack_trace_test.dart for changes to the naming of async body functions.
-
- 16 Feb, 2017 4 commits
-
-
Michael Goderbauer authored
* Enable Gradle Workflow on Windows With this the app created by `flutter create` now compiles on Windows. * Move OS check to gradle file
-
Jakob Andersen authored
-
xster authored
* Move simulator screenshot logic to use simctl * Add simulator screenshot tests
-
Ian Hickson authored
This assumes a fix to https://github.com/dart-lang/test/issues/542 The timeout added in this patch is a workaround for https://github.com/dart-lang/coverage/issues/165
-
- 15 Feb, 2017 6 commits
-
-
Dan Rubel authored
-
Michael Goderbauer authored
Replaces unprintable characters with alternative symbols.
-
Chris Bracken authored
If a developer has installed the Xcode command-line tools, then later installs Xcode, they may need to run xcode-select to update the path of the command-line tools to that of the new installation.
-
Todd Volkert authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 14 Feb, 2017 5 commits
-
-
Michael Goderbauer authored
... and run some more tests on Windows.
-
Todd Volkert authored
This is a workaround to #8141
-
Chris Bracken authored
On flutter run, we update ios/Flutter/Generated.xcconfig with various Flutter-specific settings required by xcode_backend.sh during a build from Xcode. These settings need to be present at the time the project is loaded since Xcode doesn't pick up live updates to these files. Without these settings, Xcode fails to locate xcode_backend.sh itself, causing the build to fail until the Xcode project has been closed and re-opened. This also prevents Xcode's project updater from 'helpfully' suggesting to clean up and delete the Generated.xcconfig file.
-
Jakob Andersen authored
-
Michael Goderbauer authored
-
- 13 Feb, 2017 4 commits
-
-
Yegor authored
-
Todd Volkert authored
-
Dan Rubel authored
* move flutter user analysis options file * add comments referencing each of the analysis options files
-
Todd Volkert authored
-
- 11 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 10 Feb, 2017 4 commits
-
-
Chris Bracken authored
Replace version-specific link with a version-independent URL.
-
-
Devon Carew authored
-
Jakob Andersen authored
* Make new project template gradle-based for Android. With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets. The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s. * Move Flutter Gradle plugin to Flutter root.
-
- 09 Feb, 2017 5 commits
-
-
Alexandre Ardhuin authored
-
Chris Bracken authored
* Fix potential NPE in iOS doctor check In case Xcode is not installed, the xcode-select path may be null. * fixup! Fix potential NPE in iOS doctor check
-
Devon Carew authored
-
Chris Bracken authored
If the developer has only installed the Xcode command-line tools, xcode-select and some other tools may be present, but xcodebuild will be missing. In this case, output a slightly improved message indicating that the installation is incomplete rather than missing.
-
xster authored
* Add indent option to logger and indent non-flutter nested output * Add a missed override * Formatting
-
- 08 Feb, 2017 4 commits
-
-
Ian Hickson authored
Turns out when I added tests, I broke the actual underlying functionality.
-
Devon Carew authored
* improve the logger ui a bit for elapsed times * invert param * update daemon.dart
-
Chris Bracken authored
Differentiate between the not-installed and the out-of-date scenario.
-
Devon Carew authored
-