- 08 Jun, 2018 3 commits
-
-
Greg Spencer authored
-
Yegor authored
-
Chris Bracken authored
DevFS.update() returns the number of bytes synced from the host to the target device. When running in Dart 2 mode, ensure that the size of the kernel file is included in the count of bytes synced.
-
- 07 Jun, 2018 7 commits
-
-
Chris Bracken authored
Iterates over a copy of the dirty entries list rather than the original, in order to avoid the potential for a concurrent modification exception when fileUris are removed/added later in the loop. This occurs when non-asset URIs (Dart sources) are listed in the dirty set when --preview-dart-2 is enabled (the default).
-
Chris Bracken authored
Thie field is never used outside of the class and has a private type, making it impossible to subclass/mock.
-
Jonah Williams authored
-
Jonah Williams authored
-
matthew-carroll authored
Extracted a superclass from AnimatedWidgetBaseState that is called ImplicitlyAnimatedWidgetState. ImplicitlyAnimatedWidgetState implicitly animates, but it does not call setState() automatically. Subclasses must respond to animation changes themselves. This is a useful optimization for Widgets whose render objects listen to animations directly. (#18173)
-
Michael Goderbauer authored
-
Greg Spencer authored
-
- 06 Jun, 2018 9 commits
-
-
Michael Goderbauer authored
Fixes #18145.
-
amirh authored
A bug in _RenderCustomClip was compaeing the type of oldClipper to itself instead to the type of newClipper. This was the root cause for the crash #14937 worked around. This also reverts the workaround introduced in #14937.
-
Anthony authored
-
Stanislav Baranov authored
-
Edman P. Anjos authored
* Surface border parameter in CupertinoSliverNavigationBar (#18152) * Add tests for CupertinoSliverNavigationBar border * Remove unused keys, find by descendant
-
Danny Tuppeny authored
-
Fedor Korotkov authored
* Use `cirrusci/windowsservercore:2016` container for CI with 4 CPUs * Removed `Dockerfile.windows`
-
Florian Loitsch authored
-
Florian Loitsch authored
-
- 05 Jun, 2018 15 commits
-
-
Alan Knight authored
-
xster authored
-
Alexander Aprelev authored
This registers compile-expression service that is used by dart vm to evaluate expressions when debugging flutter applications.
-
Keerti Parthasarathy authored
-
Michael Goderbauer authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
-
Danny Tuppeny authored
* Document flutter run --machine at the bottom of the doc * Be consistent with prefixes
-
Alexandre Ardhuin authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/14517 Or at least, fixes the crash part of that.
-
matthew-carroll authored
* Documented nested navigators in the Navigator class file (#15040).
-
- 04 Jun, 2018 6 commits
-
-
Ian Hickson authored
This reverts commit 4f1b6604.
-
Ian Hickson authored
-
Ian Hickson authored
-
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.
-
Ian Hickson authored
-
Danny Tuppeny authored
Fixes #15198.
-