- 04 Jun, 2018 1 commit
-
-
Ian Hickson authored
Now that we have thousands of tests, it doesn't make sense to display a separate line for each test. The result is just megabytes of logs that you have to scrub through to find error messages.
-
- 01 Jun, 2018 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 31 May, 2018 3 commits
-
-
Jonah Williams authored
-
Mikkel Nygaard Ravn authored
This reverts commit 59bb2dba.
-
Mikkel Nygaard Ravn authored
-
- 30 May, 2018 2 commits
-
-
Greg Spencer authored
Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) This reverts commit 32586020.
-
Greg Spencer authored
Fixes #18028 Just changes typedef declarations, no logic changes.
-
- 28 May, 2018 5 commits
-
-
Todd Volkert authored
https://github.com/flutter/flutter/issues/17956 * Add a `debugInstrumentAction()` method that will wrap an action in a stopwatch and print the time it took to run the action. * Add a global `debugInstrumentationEnabled` that will control whether `debugInstrumentAction()` does anything (even in debug builds). * Add some basic instrumentation to `registerServiceExtension()` * Temporarily enable the `debugInstrumentationEnabled` flag in the Gallery to give us better visibility into what's happening in https://github.com/flutter/flutter/issues/17956
-
Mikkel Nygaard Ravn authored
This reverts commit 0f557e72.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
This reverts commit dac1baf4.
-
Mikkel Nygaard Ravn authored
-
- 26 May, 2018 1 commit
-
-
fmatosqg authored
-
- 24 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 22 May, 2018 1 commit
-
-
Hans Muller authored
-
- 18 May, 2018 3 commits
-
-
Greg Spencer authored
This optimizes the AnimatedSwitcher so that it tags the right widget with its keyed subtree, and avoids rebuilding the transition unnecessarily. This significantly improves the performance of Chips (which uses AnimatedSwitcher to swap out it's avatar and delete icon children).
-
Greg Spencer authored
Our style guide says the k's are not necessary, and it seems like a good idea to make all the code be consistent on this. Only naming changes to private vars: no logic changes.
-
Greg Spencer authored
This replaces abandoned PR #14824 by @ekbiker, and gives it some love.
-
- 17 May, 2018 1 commit
-
-
Greg Spencer authored
I'm moving the assets in the assets-for-api-docs repo to a slightly different location to help with organization in that repo, so this PR points the doc URLs to the new location. The old assets won't be removed until this PR makes its way to the API docs website. No documentation or code changes here, other than changing doc image URLs.
-
- 16 May, 2018 3 commits
-
-
Hans Muller authored
-
Mikkel Nygaard Ravn authored
-
Chris Bracken authored
On smaller-screen devices such as the iPhone 4s, more scrolling is required between the Material dialog demo and the Material pickers demo than will happen within the default timeout.
-
- 15 May, 2018 3 commits
-
-
Michael Goderbauer authored
... so the tree doesn't become dirty just by building it.
-
Chris Bracken authored
This reverts commit 1095eafe.
-
Chris Bracken authored
When attempting to locate an element in the Flutter Gallery transition performance driver test, attempt to scroll downward in increments of 25% of the screen rather than by an absolute pixel amount. This helps get the test passing on devices with relatively small screen heights.
-
- 11 May, 2018 6 commits
-
-
Sam Rawlins authored
-
Hans Muller authored
-
Hans Muller authored
-
Konstantin Scheglov authored
-
xster authored
-
xster authored
-
- 10 May, 2018 2 commits
-
-
Devon Carew authored
* no longer use the analyzer version shipped in the sdk * update all package versions to the latest
-
Hans Muller authored
-
- 09 May, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 07 May, 2018 5 commits
-
-
Chris Bracken authored
Updates all example projects to build as universal binaries that run on both armv7 and arm64 now that we support both platforms on iOS.
-
xster authored
-
Chris Bracken authored
-
Chris Bracken authored
Build universal armv7+arm64 binary for iOS now that our tooling supports it.
-
Hans Muller authored
-
- 04 May, 2018 1 commit
-
-
Hans Muller authored
-