- 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.
-
- 07 Dec, 2016 3 commits
-
-
Jason Simmons authored
-
Devon Carew authored
* have flutter run --machine log to stdout * add a test * add docs; fix type annotation lint
-
Collin Jackson authored
* s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity
-
- 06 Dec, 2016 11 commits
-
-
Dan Rubel authored
-
Yegor authored
-
Dan Rubel authored
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
Jason Simmons authored
-
Todd Volkert authored
This argument will enable mocking of os-layer process invocations, where the mock behavior will come from replaying a previously- recorded set of invocations. At the point of process invocation, the key metadata for the invocation will be looked up in the recording's manifest, and iff a matching record exists in the manifest, the process will be mocked out with data derived from the corresponding recorded process (e.g. stdout, stderr, exit code).
-
Dan Rubel authored
This moves the various copies of port forwarding code in the Device subclasses into the ProtocolDiscovery class. * move port forwarding to a common location * throw exception if protocol Uri is not discovered or port forwarding fails * cancel discovery protocol subscriptions on iOS launches (wasn't happening before) * fix iOS port forwarding to match other implementations * add tests
-
Dan Rubel authored
-
Hans Muller authored
-
Chinmay Garde authored
-