- 05 Jul, 2017 5 commits
-
-
Michael Goderbauer authored
-
Ian Hickson authored
-
Chris Bracken authored
Previously, the snapshot file was recomputed on every build. We now record checksums for all snapshot inputs (which are catalogued in the snapshot dependencies file output alongside the snapshot) and only rebuild if the checksum for any input file (or the previous output file) has changed.
-
-
Collin Jackson authored
-
- 02 Jul, 2017 1 commit
-
-
Ian Hickson authored
(Needs https://github.com/dart-lang/sdk/issues/28519)
-
- 01 Jul, 2017 1 commit
-
-
Ian Hickson authored
* AutomaticKeepAlive A Widget that listens for notifications from widgets that don't want to die. * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets * Fixes for review comments
-
- 30 Jun, 2017 11 commits
-
-
Chris Bracken authored
Previously, the snapshot file was recomputed on every build. We now record checksums for all snapshot inputs (which are catalogued in the snapshot dependencies file output alongside the snapshot) and only rebuild if the checksum for any input file has changed.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/11041
-
Ian Hickson authored
And add a test to verify we don't do this again.
-
-
Chris Bracken authored
* Only one call to createSnapshot exists, and it's in the same library. * Eliminate conditional logic around the presence of depfilePath, the only existing call always passes a non-null depfilePath.
-
xster authored
* Output verbose cocoapods output when pod install has an error or if flutter build/run is in -v * remove repeated stdout
-
Hans Muller authored
-
Sarah Zakarias authored
-
Jacob Richman authored
-
Brian Slesinsky authored
This adds a way to run only a subset of the tests. (The new flags do the same thing as 'pub run test'.)
-
xster authored
-
- 29 Jun, 2017 10 commits
-
-
Alexander Aprelev authored
-
Devon Carew authored
* increase the timeout for service discovery * remove the timeout for discovering service ports
-
xster authored
-
Hans Muller authored
-
Hans Muller authored
-
Michael Thomsen authored
Remove terminating semicolons; they are causing an "code inspection warning" in Android Studio: ``` This inspection reports redundant semicolon (';') token which is not required in Kotlin and may be removed. ```
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
- 28 Jun, 2017 3 commits
-
-
Ian Hickson authored
-
xster authored
* Guess sign with the first certificate when multiple are available in machine mode * review
-
Chris Bracken authored
In the case where the CocoaPods 'pod install' step fails, emit its stdout to provide any potentially-useful error messages to the user.
-
- 27 Jun, 2017 9 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
This reverts commit b800654a.
-
Todd Volkert authored
This time, do so in Travis' sudo-enabled environment, which is said to be less prone to networking issues. It also means we'll run in an env with 7.5GB of RAM instead of 4GB or RAM (at the cost of about 45 seconds of extra boot-up time). https://github.com/flutter/flutter/issues/10940
-
Ian Hickson authored
This reverts commit aa904a58.
-
Todd Volkert authored
Fixes #10940
-
Jacob Richman authored
* Switch existings tests to use equalsIgnoringHashCodes and add more tests.
-
Jacob Richman authored
* Use defaultTargetPlatform instead of Platform.operatingSystem for ImageProvider. Add convenience helper to make it easier to display a short string for an enums value. * Add comment linking to issue.
-
Alexander Aprelev authored
-
Yegor authored
-