- 15 Sep, 2016 2 commits
-
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5840
-
Ian Hickson authored
Moves BorderRadius to above its first use. Slight improvements to the BoxShape docs.
-
- 14 Sep, 2016 7 commits
-
-
Hans Muller authored
-
Yegor authored
-
Hans Muller authored
-
Jason Simmons authored
-
Dragoș Tiselice authored
Changed MergableMaterial to animated between states that have dividers and those that don't in order not to have dividers that appear unanimatedly. Fixes #5847.
-
Hans Muller authored
* Added OverscrollIndicatorEdge et al * RefreshIndicator only clamps its scrollable edge * added a test * Updated the test * fixed lint-os * fixed a typo * Scrollable should restore its viewport dimensions when it reappears * removed an accidental commit * updated per review feedback
-
Ian Hickson authored
-
- 13 Sep, 2016 7 commits
-
-
mikejurka authored
-
Yegor authored
-
John McCutchan authored
-
mikejurka authored
-
Dan Rubel authored
part of https://github.com/flutter/flutter/issues/5789
-
Adam Barth authored
The deprecation period has ended and we believe its clients have migrated to other solutions. Fixes #2205
-
Dan Rubel authored
cleanup https://github.com/flutter/flutter/issues/5789
-
- 12 Sep, 2016 9 commits
-
-
Adam Barth authored
-
Dragoș Tiselice authored
Using paths' arcTo was causing performance issues in the Gallery. This commit uses Skia's optimized drawArc in order to improve performance, and it rolls the engine to the newest assing build. Fixes #3599. Tracking Skia issue: https://bugs.chromium.org/p/skia/issues/detail?id=5227
-
Konstantin Scheglov authored
* Build unlinked summaries for packages on upgrade. * Iterate through the packages in folders. * Rollback the debug change.
-
Dan Rubel authored
fixes https://github.com/flutter/flutter/issues/5788
-
Adam Barth authored
To avoid orphaning people on the deprecated alpha branch, this patch teaches `flutter upgrade` to switch to the master branch.
-
Dragoș Tiselice authored
This commit renames all debugAssertValid methods to debugAssertIsValid and assert BoxConstaints validity in constructors. Fixes #5807.
-
John McCutchan authored
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/5373
-
Ian Hickson authored
This allows us to simplify the logic around inherited widgets e.g. in the Image widget.
-
- 09 Sep, 2016 15 commits
-
-
Dragoș Tiselice authored
Changed the text styling to make use of the current theme so that it doesn't break when the user selects the dark theme.
-
Seth Ladd authored
* turn verbs into nouns for gallery homepage * shorter is better
-
Chinmay Garde authored
In that they never create a window with an OpenGL context and the works.
-
Chris Bracken authored
... in place of manual process wrangling.
-
Ian Hickson authored
I forgot that it was possible for the root view to get marked dirty without getting a new widget. This fixes that case to work.
-
Hans Muller authored
-
Chris Bracken authored
-
Ian Hickson authored
I did a pass through some of the code cleaning minor things up.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5776
-
Chris Bracken authored
Fixes flutter drive breakage introduced in d2fda677.
-
Dragoș Tiselice authored
The drawer was confusing without adding much value. It was especially confusing when wanting to go back to the Gallery on iOS. Fixes #5713.
-
Dan Rubel authored
This adds and enables a raft of new analysis options for the flutter repository, many of which are commented out until we clean up our code and/or address any linter false positives.
-
Dan Rubel authored
This aligns the comments and fixes some misspellings in the three related analysis options files. There will be a follow on PR with more controversial changes to the repo level analysis options.
-
Yegor authored
-
Hans Muller authored
-