- 19 Jan, 2017 1 commit
-
-
Phil Quitslund authored
Stop building (unused) unlinked summaries for packages. Improves update speed considerably (for `n` packages it saves us `n` needless calls to `pub get`).
-
- 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.
-
- 10 Nov, 2016 1 commit
-
-
Ian Hickson authored
I was in here trying to figure out why we rebuild sky_services (the answer is, because we rebuild every package we've ever downloaded, but that's not really a problem for new users so whatever), and while I was here I did some cleanup.
-
- 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.
-
- 05 Oct, 2016 1 commit
-
-
Phil Quitslund authored
* Bump Dart SDK to `1.20.0-dev.10.0`. `1.20.0-dev.10.0` corresponds to `1.20-RC0`. * pubspec.lock cleanup * check for pubspec.lock existence * cleaned up conditional remove
-
- 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.
-
- 12 Sep, 2016 1 commit
-
-
Konstantin Scheglov authored
* Build unlinked summaries for packages on upgrade. * Iterate through the packages in folders. * Rollback the debug change.
-
- 17 Aug, 2016 3 commits
-
-
Konstantin Scheglov authored
-
Konstantin Scheglov authored
-
Konstantin Scheglov authored
* Build sky_engine Dart SDK summary bundle on FlutterEngine.download(). * Tweaks for Devon comments. * Tweaks for Phil comments.
-