- 20 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 19 Dec, 2016 2 commits
-
-
Jason Simmons authored
Dart will parse this path as a URI, and multiple leading slashes will cause that part of the path to be parsed as an authority. Fixes https://github.com/flutter/flutter/issues/7279 Also see https://github.com/dart-lang/sdk/issues/28143
-
Devon Carew authored
-
- 18 Dec, 2016 1 commit
-
-
Luke authored
* rename DestinationLabel and labels properties to BottomNavigationBarItem and items * update/fix comments * grammatical changes * add myself to AUTHORS
-
- 16 Dec, 2016 4 commits
-
-
Ian Hickson authored
Port DecelerateInterpolator to Flutter. Also, hide the Curve subclasses that you can't extend and that have no statics and are generally not useful.
-
Matt Perry authored
Callers can manually validate by calling validate(), or tell the Form to validate on every change by setting the `autovalidate` parameter. Fixes https://github.com/flutter/flutter/issues/7219
-
Hans Muller authored
-
Hans Muller authored
-
- 15 Dec, 2016 6 commits
-
-
Ian Hickson authored
* Update CONTRIBUTING doc to mention analysis * Update CONTRIBUTING.md
-
John McCutchan authored
- [x] Introduce DependencyChecker which can determine if any dependencies have been modified. - [x] Move the DartDependencyBuilder into a separate file. - [x] Add unit tests for DartDependencyBuilder. - [x] Add unit tets for DependencyChecker Part of #7014
-
Ian Hickson authored
Sometimes you have several listenables, but you want to hand them to an API (e.g. CustomPainter) that only expects one.
-
Ian Hickson authored
-
Ian Hickson authored
-
Jason Simmons authored
-
- 14 Dec, 2016 2 commits
-
-
Matt Perry authored
* Animate size of label text over text fields. Also fade in the hintText so it doesn't pop in immediately as the label text slides up. Fixes https://github.com/flutter/flutter/issues/7217 * rm annotations * test * rename
-
Devon Carew authored
-
- 13 Dec, 2016 4 commits
-
-
Yegor authored
-
Jason Simmons authored
Without this, an FLX with no assets may be completely empty in AOT mode. This will result in a warning when the engine's unzip library tries to parse the FLX. Fixes https://github.com/flutter/flutter/issues/7060
-
-
Chinmay Garde authored
-
- 12 Dec, 2016 6 commits
-
-
YoungSeok Yoon authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/7017
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6943
-
Yegor authored
-
John McCutchan authored
-
Devon Carew authored
-
- 11 Dec, 2016 1 commit
-
-
Ian Hickson authored
-
- 10 Dec, 2016 1 commit
-
-
Yegor authored
-
- 09 Dec, 2016 8 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Andrew Wilson authored
Fix _DragAvatar to display in the proper position for Overlays whose Point.origin is not the global Point.origin. (#7223)
-
Alexandre Ardhuin authored
-
Jason Simmons authored
The default rpc.Peer constructor was applying a transformer that filters out these errors. See https://github.com/flutter/flutter/issues/7174
-
Ian Hickson authored
-
Phil Quitslund authored
-
- 08 Dec, 2016 4 commits
-
-
Todd Volkert authored
-
Todd Volkert authored
This tests against the failure that was fixed in #7189
-
Todd Volkert authored
-
Todd Volkert authored
This fixes an infinite loop in the code that walks the parent context chain looking for a variable. This also includes a fix in build_info.dart whereby if the context is set but the config is not yet set, we were trying to dereference null.
-