- 28 Jun, 2018 3 commits
-
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
Sigurd Meldgaard authored
This reverts commit 8be198d8 that broke the build.
-
Sigurd Meldgaard authored
Add iOS module template This will enable integration of flutter-views into existing iOS project.
-
- 04 May, 2018 2 commits
-
-
Todd Volkert authored
The new values are not ready for use yet inside Google
-
Yegor authored
* Roll engine to e976be13c51448f89107d082ec81e2b6731671fa * move away from deprecated constants
-
- 07 Apr, 2018 1 commit
-
-
xster authored
-
- 19 Feb, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 15 Feb, 2018 1 commit
-
-
Alexander Aprelev authored
* Use already downloaded dart sdk for frontend_server. This is follow-up to https://github.com/flutter/flutter/pull/14610 * Remove reference to engine dart-sdk from artifacts * Remove unused imports * WIP to switch back to solution where dart sdk is downloaded into bin/cache/dart-sdk, but it is 'flutter precache -a' that can download all dart sdks for other platforms under bin/cache/artifacts/engine/<platform>/dart-sdk * Download all dart sdks when 'flutter precache -a'
-
- 12 Feb, 2018 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/14524
-
- 02 Feb, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Feb, 2018 1 commit
-
-
Jason Simmons authored
-
- 18 Jan, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 16 Jan, 2018 1 commit
-
-
jcollins-g authored
* Revert "Revert "Make artifact downloading more robust for flaky networks" (#13995)" This reverts commit 33d8a035. * Use subdirectories to organize cached files * Fix unauthorized import
-
- 09 Jan, 2018 2 commits
-
-
jcollins-g authored
* Revert "Change github readme links to be served by github (#13929)" This reverts commit fd516d95. * Revert " Rename SemanticsFlags to SemanticsFlag (#13994)" This reverts commit 24e3f705. * Revert "Make artifact downloading more robust for flaky networks (#13984)" This reverts commit 4d37e03e.
-
jcollins-g authored
* First version * Add a clarifying comment * Add verify to ZipDecoder.decodeBytes call * Review comments * Need OS Error for missing files * FileSystemException, not OSError.
-
- 07 Dec, 2017 1 commit
-
-
Jakob Andersen authored
Add support for configuring the base storage URL for Flutter's artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of storage.googleapis.com. The pub server can be overridden by setting PUB_HOSTED_URL.
-
- 01 Dec, 2017 1 commit
-
-
Jakob Andersen authored
Rather than depending on android.googlesource.com for hosting the gradle wrapper, host our own copy on storage.googleapis.com (along with our other artifacts). Also added a script to repackage AOSP's version into ours, in case we ever need to update it. Addresses the gradle wrapper part of #11681.
-
- 29 Nov, 2017 1 commit
-
-
Mehmet Fidanboylu authored
* Add capability to print engine dart sdk to flutter doctor * First round of review comments * second round of comments * Final review comments
-
- 31 Aug, 2017 1 commit
-
-
Alexander Aprelev authored
This adds --preview-dart-2 flag that enables use of Dart 2.0 Frontend in Flutter tools.
-
- 26 Jun, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 08 Apr, 2017 1 commit
-
-
Yegor authored
* fix checkLockAcquired: support re-entrant locking * add test; address comments * add comment
-
- 07 Apr, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Apr, 2017 1 commit
-
-
Yegor authored
-
- 29 Mar, 2017 1 commit
-
-
Jason Simmons authored
-
- 17 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 15 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
-
- 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.
-