- 10 Jan, 2017 1 commit
-
-
John McCutchan authored
- [x] Wire up dependency checker and plumb flags down to the right place Fixes #7014
-
- 07 Jan, 2017 1 commit
-
-
Todd Volkert authored
This removes direct file access from within flutter_tools in favor of using `package:file` via a `FileSystem` that's accessed via the `ApplicationContext`. This lays the groundwork for us to be able to easily swap out the underlying file system when running Flutter tools, which will be used to provide a record/replay file system, analogous to what we have for process invocations.
-
- 12 Dec, 2016 1 commit
-
-
Devon Carew authored
-
- 01 Dec, 2016 1 commit
-
-
Dan Rubel authored
* reapply handle new Observatory URL changes Fixes https://github.com/flutter/flutter/issues/6843 * allow non numeric IPv4 addresses Fixes https://github.com/flutter/flutter/issues/7051
-
- 28 Nov, 2016 3 commits
-
-
Dan Rubel authored
-
Ian Hickson authored
- 22 Nov, 2016 1 commit
-
-
Devon Carew authored
-
- 21 Nov, 2016 1 commit
-
-
John McCutchan authored
- [x] Make iOS and Android application startup paths consisitent. - [x] Remove the now unncessary Android specific special cases from the runners.
-
- 17 Nov, 2016 1 commit
-
-
Todd Volkert authored
* Allow for application-specific log readers. When running with prebuilt application binaries, those applications aren't guaranteed to be named "Runner" (as it is when we build the app locally in Flutter tools)
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* convert pubGet to throw ToolExit on non-zero exit code * convert commandValidator to throw ToolExit for non-zero exit code * convert flutter commands to throw ToolExit for non-zero exit code * use convenience method throwToolExit * only show "if this problem persists" for unusual exceptions
-
- 10 Nov, 2016 2 commits
-
-
John McCutchan authored
-
John McCutchan authored
- [x] Remove old benchmark code from the non-hot runner. - [x] Remove some dead code. - [x] Fix a throw that should be a rethrow.
-
- 03 Nov, 2016 2 commits
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
Dan Rubel authored
-
- 02 Nov, 2016 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
- 01 Nov, 2016 3 commits
-
-
Devon Carew authored
* implement app.stop() for release runs * update comment
-
John McCutchan authored
Disable features of `flutter run` that depend on the service protocol when running in release mode (#6571)
-
Ian Hickson authored
Fixes #4166. Fixes #5120. Fixes #5399. Fixes #6507.
-
- 21 Oct, 2016 1 commit
-
-
Devon Carew authored
* add a pause parameter to the reload command * encode OperationResult as json * reverse isOk logic
-
- 20 Oct, 2016 1 commit
-
-
John McCutchan authored
-
- 13 Oct, 2016 1 commit
-
-
Todd Volkert authored
Fixes #6283
-
- 11 Oct, 2016 1 commit
-
-
John McCutchan authored
-
- 29 Sep, 2016 1 commit
-
-
Devon Carew authored
* use less granular progress * update restart text
-
- 28 Sep, 2016 1 commit
-
-
John McCutchan authored
When using --use-application-binary: - [x] Stop flutter run from checking for a pubspec.yaml in current directory - [x] Stop flutter run from invoking pub get - [x] Set 'shouldBuild' based on --use-application-binary - [x] Stop requiring 'lib/main.dart' to be present before running. - [x] Stop building an FLX when launching on Android
-
- 20 Sep, 2016 1 commit
-
-
Dan Rubel authored
-
- 18 Aug, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5468
-
- 17 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 16 Aug, 2016 1 commit
-
-
Devon Carew authored
* fix an issue where --hot would not exit * add type annotations
-
- 15 Aug, 2016 1 commit
-
-
Jason Simmons authored
-
- 11 Aug, 2016 2 commits
-
-
John McCutchan authored
-
Devon Carew authored
* send the base uri back to debuggers * add a fullRestart parameter to app.restart * add await
-
- 09 Aug, 2016 4 commits
-
-
Devon Carew authored
* make flutter run work with a pre-built apk * refactor to remove the buildDir param
-
Yegor authored
-
Devon Carew authored
-
John McCutchan authored
-
- 06 Aug, 2016 1 commit
-
-
Devon Carew authored
* support hot mode from the daemon protocol * move method params to constructor
-
- 05 Aug, 2016 1 commit
-
-
John McCutchan authored
-
- 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.
-