- 20 May, 2016 1 commit
-
-
Ian Hickson authored
-
- 19 May, 2016 1 commit
-
-
pq authored
Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240). There's a bunch more to do here before we can turn it on by default (~430 lints as of now). Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought. Probably best done by the folks writing the code. :)
-
- 17 May, 2016 1 commit
-
-
Ian Hickson authored
Also, make sure that broken tests actually break the bots. And add a test to make sure that keeps happening.
-
- 10 May, 2016 1 commit
-
-
Devon Carew authored
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-
- 26 Apr, 2016 1 commit
-
-
Devon Carew authored
* add google analytics * send in the run target type * track device type targets * use the real GA code * review comments * rev to usage 2.0 * rev to 2.2.0 of usage; add tests * review comments
-
- 08 Apr, 2016 2 commits
-
-
Devon Carew authored
* add a target for android-x64 * update armeabi-v7a to x86_64
-
Adam Barth authored
This command explicitly populates the flutter tool's cache of binary artifacts. Also, teach `flutter create` to update the cache in case its the first command that a user runs.
-
- 07 Apr, 2016 1 commit
-
-
Jason Simmons authored
Add a command that can capture a Skia picture of a Flutter frame and send it to a file or skiaserve debugger (#3165)
-
- 06 Apr, 2016 1 commit
-
-
Devon Carew authored
* add the dart vm version to flutter doctor * drop the dart vm change
-
- 01 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 15 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 14 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 12 Mar, 2016 3 commits
-
-
Hixie authored
And fix the zillion issues that uncovered.
-
Ian Hickson authored
This reverts commit f41b3411, reversing changes made to e33d8d96. This was a bad check-in due to my mangling uploading a new version of the branch from a different machine. This reverts https://github.com/flutter/flutter/pull/2639 and will be replaced by https://github.com/flutter/flutter/pull/2640
-
Hixie authored
And fix the zillion issues that uncovered.
-
- 03 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 1 commit
-
-
Adam Barth authored
Now that we don't require the Dart SDK to be in your path, it's hard to run ./dev/update_packages.dart. Instead, you can now run `flutter update-packages`. Fixes #1906
-
- 20 Feb, 2016 2 commits
-
-
Adam Barth authored
Downloading these packages from cloud storage simplifies our deployment story because we can upload to cloud storage automatically from the buildbot. This patch also switches the responsibility for downloading the engine artifacts to update_engine.sh. Centralizing this responsibility ensures that the packages and the binaries are always in sync.
-
yjbanov authored
Runs a test app and a driver test simultaneously, then stops the app. Usage: ``` flutter drive --target=/path/to/test/app.dart ``` This command will look for `/path/to/test/app_test.dart` by convention. We will expand into other ways of discovering tests in the future.
-
- 17 Feb, 2016 3 commits
-
-
Devon Carew authored
-
Eric Seidel authored
-
Adam Barth authored
All the functionality of this command has been integrated into other commands.
-
- 14 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 10 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 09 Feb, 2016 1 commit
-
-
Jason Simmons authored
This provides a fast way to iterate on changes to a Flutter app that only involve updates to Dart code and do not require a full build and install of the FLX and APK
-
- 29 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Jan, 2016 2 commits
-
-
Devon Carew authored
-
Devon Carew authored
rename to printTrace(), printStatus(), and printError()
-
- 27 Jan, 2016 1 commit
-
-
Devon Carew authored
-
- 17 Dec, 2015 1 commit
-
-
Chinmay Garde authored
Add a 'flutter ios --init' command that fetches the Xcode project from the cloud and configures it for a given flutter project
-
- 29 Nov, 2015 1 commit
-
-
Adam Barth authored
1) Moved basic utility code into base/ directory to make it clear which code doesn't depend on Flutter-specific knowldge. 2) Move the CommandRunner subclasses into a runner/ directory because these aren't commands themselves.
-
- 25 Nov, 2015 1 commit
-
-
Devon Carew authored
-