- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 02 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* Enable Hot Reload on Windows (backed by gen_snapshot) \o/ Two caveats: * Hot Reload on Windows is slower than on other platforms because gen_snapshot is slower then sky_snapshot * We currently cannot hot reload projects with spaces in the path * enable tests
-
- 17 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 14 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 08 Feb, 2017 2 commits
-
-
Devon Carew authored
* improve the logger ui a bit for elapsed times * invert param * update daemon.dart
-
Devon Carew authored
-
- 31 Jan, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 26 Jan, 2017 2 commits
-
-
Michael Goderbauer authored
The zip files downloaded from cloud storage are not clearly separated into engine artifacts and tools anyways. Also, because of this unclear separation, we were downloading `linux-x64/artifacts.zip` twice before.
-
Todd Volkert authored
-
- 23 Jan, 2017 1 commit
-
-
Ian Hickson authored
...now that we have generic methods, their types need to be specified too.
-
- 17 Jan, 2017 1 commit
-
-
Phil Quitslund authored
* Update to Dart SDK `1.22.0-dev.6.0`. * Update SDK summary generation to create spec and strong summaries. * Updated to dev.8.0. * Fixed console out.
-
- 09 Jan, 2017 1 commit
-
-
Todd Volkert authored
This ensures that accidental usages of dart:io's file API don't creep in over time.
-
- 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.
-
- 29 Nov, 2016 1 commit
-
-
John McCutchan authored
-
- 10 Nov, 2016 1 commit
-
-
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 1 commit
-
-
Devon Carew authored
* make showElapsedTime default to true * support nested progresses * improve hot reload message * rethrow
-
- 28 Oct, 2016 1 commit
-
-
Adam Barth authored
These aren't needed anymore.
-
- 10 Oct, 2016 1 commit
-
-
John McCutchan authored
-
- 07 Oct, 2016 1 commit
-
-
Dan Rubel authored
-
- 06 Oct, 2016 1 commit
-
-
Yegor authored
-
- 21 Sep, 2016 1 commit
-
-
James Robinson authored
This rewrites imports of various mojom.dart files from the Flutter engine repo to instead import normal-looking dart files from the (new) flutter_services package. This package handles exporting the correct symbols from generated code wherever that may live. Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5 which contains the new flutter_services package.
-
- 17 Aug, 2016 4 commits
-
-
Konstantin Scheglov authored
-
Jason Simmons authored
This will ensure cleanup of any files that existed in previous versions of the artifacts but have since been removed
-
Konstantin Scheglov authored
-
Konstantin Scheglov authored
* Build sky_engine Dart SDK summary bundle on FlutterEngine.download(). * Tweaks for Devon comments. * Tweaks for Phil comments.
-
- 11 Aug, 2016 1 commit
-
-
Phil Quitslund authored
* Add Dart SDK to version info (#4986). Adds a new SDK line to the `flutter —version` output. * Prefer `Platform.version`. * Version text fixes.
-
- 08 Aug, 2016 1 commit
-
-
Todd Volkert authored
-
- 05 Aug, 2016 1 commit
-
-
Todd Volkert authored
-
- 23 Jun, 2016 1 commit
-
-
Adam Barth authored
We now download the base coverage file automatically.
-
- 14 Jun, 2016 2 commits
-
-
Ian Hickson authored
-
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
-
- 27 May, 2016 1 commit
-
-
Adam Barth authored
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode project, we store these in flutter.git, where we can reference them.
-
- 23 May, 2016 2 commits
-
-
Chinmay Garde authored
Wire up ios-profile and ios-release. Switching between debug, profile and release starts the build process from scratch. (#4063)
-
Devon Carew authored
-
- 14 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 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
-
Chinmay Garde authored
-
- 11 May, 2016 1 commit
-
-
Chinmay Garde authored
-
- 05 May, 2016 1 commit
-
-
Jason Simmons authored
-