- 24 Aug, 2016 1 commit
-
-
Dan Rubel authored
* test flutter create project dart file is properly formatted * restore driver-test * cleanup lint warnings * address comment
-
- 11 Aug, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Update engine to bring in new snapshotter. - [x] Use the new snapshotter to quickly determine the minimal set of files necessary to run. - [x] On first DevFS sync, only sync files necessary to run the application. - [x] Fix a DevFS unit test failure. - [x] Include DevFS tests in all.dart.
-
- 09 Aug, 2016 1 commit
-
-
Devon Carew authored
* make flutter run work with a pre-built apk * refactor to remove the buildDir param
-
- 02 Aug, 2016 1 commit
-
-
Ian Hickson authored
* General improvoments to the loader app: * Show a message after 8 seconds if no connection comes in. * Show a progress bar as files are being uploaded. * Hide the spinner just before launching the application. * General improvements to the "flutter run" UI: * Add "?" key as a silent alias for "h". * Make the help text bold so it doesn't get mixed with the logs. * Make "R" do a cold restart when hot reload is enabled. * Supporting features and bug fixes: * Add support for string service extensions. * Other bug fixes: * Expose debugDumpRenderTree() outside debug mode. * Logger.supportsColor was missing a getter. * Mention in the usage docs that --hot requires --resident. * Trivial style fixes.
-
- 27 Jul, 2016 1 commit
-
-
John McCutchan authored
-
- 20 Jul, 2016 2 commits
-
-
John McCutchan authored
-
Devon Carew authored
* making flutter run work with gradle * locate android studio * add test for settings * review comments
-
- 14 Jun, 2016 1 commit
-
-
Ian Hickson authored
This prevents multiple simultaneous runs of the analyzer from stomping over each other (e.g. multiple runs of 'update-packages'). Certain long-lived commands (like analyze, run, logs) are exempted once they've done enough work to be safe from most stomping action. This still doesn't make us entirely safe from craziness, e.g. if you're half way through an 'update-packages' run and you call 'git pull', who knows what state you'll end up in. But there's only so much one can do. Fixes https://github.com/flutter/flutter/issues/2762
-
- 07 Jun, 2016 1 commit
-
-
Devon Carew authored
* refactor the --resident run option into a separate file * update daemon to run --resident apps * re-plumbing daemon start * send app logs * update tests * review changes * fix test runner * remove PackageMap.createGlobalInstance; rely on the ctor * review comments
-
- 27 May, 2016 1 commit
-
-
Yegor authored
* modernize `flutter drive` w.r.t. debug/profil/release options * make error message prettier
-
- 24 May, 2016 1 commit
-
-
Todd Volkert authored
* iOS tools cleanup 1) Fix `flutter install` on both device and simulator to refer to the actual bundle and not just the .generated folder 2) Fix `flutter run` on device to actually run vs just installing Still TODO: 1) Discovered that isAppInstalled on iOS simulator always reports true, meaning it'll never actually try to install the app. Fixes #3947 Fixes #1823
-
- 19 May, 2016 1 commit
-
-
Devon Carew authored
-
- 16 May, 2016 2 commits
-
-
Ian Hickson authored
This makes it possible to substitute 'flutter run' for 'flutter test' and actually watch a test run on a device. For any test that depends on flutter_test: 1. Remove any import of 'package:test/test.dart'. 2. Replace `testWidgets('...', (WidgetTester tester) {` with `testWidgets('...', (WidgetTester tester) async {` 3. Add an "await" in front of calls to any of the following: * tap() * tapAt() * fling() * flingFrom() * scroll() * scrollAt() * pump() * pumpWidget() 4. Replace any calls to `tester.flushMicrotasks()` with calls to `await tester.idle()`. There's a guarding API that you can use, if you have particularly complicated tests, to get better error messages. Search for TestAsyncUtils.
-
Devon Carew authored
* allow per-command analytics suppression * rev the usage package dep
-
- 13 May, 2016 1 commit
-
-
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
-
- 12 May, 2016 2 commits
-
-
Jason Simmons authored
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
- 11 May, 2016 1 commit
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
- 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
-
Jason Simmons authored
Update flutter_tools for the "unoptimized" engine build flag and the new output directory naming scheme (#3832)
-
- 09 May, 2016 2 commits
-
-
Hans Muller authored
-
Devon Carew authored
-
- 05 May, 2016 1 commit
-
-
pq authored
-
- 04 May, 2016 2 commits
-
-
pq authored
@Hixie: as per our conversation, a little more concise.
-
Devon Carew authored
* better parsing of adb devices output * re-order lines
-
- 03 May, 2016 2 commits
-
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-
Devon Carew authored
* fix analysis errors * review comments; fix test * re-add an export for debugPrint
-
- 29 Apr, 2016 1 commit
-
-
Devon Carew 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
-
- 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
-
- 20 Apr, 2016 2 commits
-
-
Devon Carew authored
* move driver create test to the flutter_tools package * review comments
-
Devon Carew authored
* allow flutter create to re-gen over an existing project * add a regression test
-
- 19 Apr, 2016 1 commit
-
-
Devon Carew authored
-
- 18 Apr, 2016 3 commits
-
-
Devon Carew authored
* rename the --develop option to --debug * fail if both --debug and --deploy are specified
-
Devon Carew authored
-
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
-
- 11 Apr, 2016 1 commit
-
-
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
-
- 09 Apr, 2016 1 commit
-
-
stevemessick authored
* Add validity checks to create * Adjust indent
-