- 30 Mar, 2016 1 commit
-
-
Devon Carew authored
-
- 29 Mar, 2016 13 commits
-
-
Devon Carew authored
adjust upgrade command
-
Devon Carew authored
-
Hans Muller authored
Fix fullscreen dialog gallery example
-
Hans Muller authored
-
Ian Hickson authored
More elaborate exceptions.
-
Ian Hickson authored
AnimatedOpacity
-
Ian Hickson authored
This provides an easy way to do implicit opacity transitions.
-
Ian Hickson authored
The elaboration will continue until morale improves. Specific exceptions considered here: - size setter checking when you set the size - layout verifying that you do set the size - hitTest verifying that you aren't dirty and have a size - flex complaining about canFlex
-
Adam Barth authored
Adds constants for FractionalOffsets
-
Adam Barth authored
Adds some names for common FractionalOffset values.
-
Adam Barth authored
Pointer events should pass buttons through
-
Adam Barth authored
Fixes #2899
-
Adam Barth authored
Remove two `flutter analyze` regular expressions
-
- 28 Mar, 2016 18 commits
-
-
Devon Carew authored
Update test.sh
-
Devon Carew authored
-
Devon Carew authored
fix an exception from flutter doctor
-
Devon Carew authored
-
Adam Barth authored
We can work around these in code rather than by post-processing the analyzer output.
-
Yegor authored
[driver] propagate exit code from package:test
-
Yegor Jbanov authored
Driver returns exit code 0 even when tests fail. This commit fixes it by propagating the exit code set by `package:test`.
-
Adam Barth authored
Use --packages rather than --package-root
-
Adam Barth authored
The .packages file is replacing the packages directory of symlinks.
-
Adam Barth authored
ChildView throws exceptions outside MojoShell
-
krisgiesing authored
Rename debugOwner to debugCreator
-
Kris Giesing authored
Fixes #2940
-
Adam Barth authored
`flutter upgrade` needed twice if sky_services dependencies change
-
Adam Barth authored
Now we run `flutter --version` to update our local cache of packages before running `pub upgrade`, which reads from that cache. Fixes #2953
-
Adam Barth authored
We're missing a null check. Fixes #2949
-
Matt Perry authored
Added a Form widget to manage multiple Input widgets.
-
Jason Simmons authored
Add all variants of the Roboto font as assets to Material Design apps
-
Jason Simmons authored
-
- 27 Mar, 2016 8 commits
-
-
Ian Hickson authored
Improve _AnimatedEvaluation.toString
-
Devon Carew authored
upgrade to test 0.12.13
-
Devon Carew authored
-
Adam Barth authored
Update to Dart SDK 1.15.0
-
Adam Barth authored
-
Ian Hickson authored
...and fix a typo in a setState assert message.
-
Ian Hickson authored
toStrings for Animations and Animatables
-
Ian Hickson authored
-