- 26 May, 2016 4 commits
-
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-
Devon Carew authored
-
Todd Volkert authored
This reverts commit 8f69cccc.
-
Devon Carew authored
* dissallow -release mode on emulators * have the help text print the default mode
-
- 25 May, 2016 1 commit
-
-
Adam Barth authored
This passes the information through Xcode to the `flutter build aot` call via the environment so that it picks up the right artifacts. Fixes #4186
-
- 13 May, 2016 2 commits
-
-
Devon Carew authored
* handle an exit code from android n * review comments
-
Devon Carew authored
* rename service_protocol.dart to protocol_discovery.dart * add a wrapper around the obs. protocol * use json-rpc in run * consolidate obs. code; implement flutter run --benchmark * review comments
-
- 10 May, 2016 2 commits
-
-
Devon Carew authored
* use vendored dart sdk; check the expected version of flutter * search up directories looking for the flutter root
-
Devon Carew authored
* send ext.flutter.exit * listen for help restart, quit * refactor into a separate class
-
- 06 May, 2016 1 commit
-
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
- 03 May, 2016 1 commit
-
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 29 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Apr, 2016 1 commit
-
-
Yegor authored
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
* rework flutter run * fix npe with --debug-port * connect to obs and exit when that conneciton closes * update todos
-
- 25 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
* add a service extension for repaint rainbow * review comments
-
- 18 Apr, 2016 3 commits
-
-
pq authored
-
pq authored
Handy for testing against specific local SDK builds. (Note that the option is hidden.)
-
Devon Carew authored
* download android-arm-deploy * wire up --deploy to android-arm-deploy * fix interpolation
-
- 16 Apr, 2016 1 commit
-
-
Devon Carew authored
* use the new cache code to locate more artifacts * add todo * review comments
-
- 12 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 11 Apr, 2016 2 commits
-
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
Devon Carew authored
* better messaging about windows support * fix lints
-
- 07 Apr, 2016 4 commits
-
-
Devon Carew authored
* move the engine download code to dart * fix populating the bin/cache/pkg dir
-
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)
-
Devon Carew authored
* use --no-precompile * use the flutter bin cache's sdk
-
Devon Carew authored
* add cache.dart to help manage the cache dir * sp
-
- 26 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 25 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 23 Mar, 2016 1 commit
-
-
Ian Hickson authored
-
- 14 Mar, 2016 2 commits
-
-
Hixie authored
-
Ian Hickson authored
-
- 12 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 08 Mar, 2016 1 commit
-
-
John McCutchan authored
-
- 02 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 28 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 27 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 26 Feb, 2016 1 commit
-
-
Yegor Jbanov authored
flutter start's method of finding devices to run the app on is not suitable for flutter drive. This commit also refactors several tool services to allow mocking in unit tests.
-
- 24 Feb, 2016 1 commit
-
-
Devon Carew authored
-
- 23 Feb, 2016 1 commit
-
-
yjbanov authored
"flutter create" adds option `--with-driver-test` that adds dependencies to `flutter_driver` in `pubspec.yaml` and creates a basic driver test runnable via `flutter drive --target=test_driver/e2e.dart` "flutter drive" new options: - `--keep-app-running` tells the driver to not stop the app after tests are done - `--use-existing-app` tells the driver to not start a new app but use an already running instance
-