- 15 Oct, 2016 1 commit
-
-
Hans Muller authored
-
- 14 Oct, 2016 5 commits
-
-
Adam Barth authored
These futures complete when the route is popped off the navigator. This generalizes and simplifies a mechanism already in place for dialogs and menus. Fixes #5283
-
Adam Barth authored
When not dismissing, the Dismissable widget should cull its background. When a dismiss is in progress, it should clip the background to just the part that is revealed. Fixes #6127
-
Adam Barth authored
Previously we assumed the dial was square, which isn't always the case. Fixes #6315
-
Ian Hickson authored
I added some documentation to Input as I was learning how it worked (and some minor tweaks, like handling reparenting better).
-
Matt Perry authored
* Add a maxLines parameter for multiline Input. If maxLines is 1, it's a single line Input that scrolls horizontally. Otherwise, overflowed text wraps and scrolls vertically, taking up at most `maxLines`. Also fixed scrolling behavior so that the Input scrolls ensuring the cursor is always visible. Fixes https://github.com/flutter/flutter/issues/6271 * oops * comments * import * test and RO.update fix * constant * fix.caretRect
-
- 13 Oct, 2016 5 commits
-
-
Adam Barth authored
Instead, we now interact with the system navigator via SystemNavigator.
-
Ian Hickson authored
Previously, if you focused a field, fields below it would shift down by one pixel. This change tries to guarantee that that won't happen.
-
Adam Barth authored
We weren't computing the bounds for composited transforms correctly. We need to conjugate the transform by the offset in order to get the correct paint bounds for the composited layer. We now also use the same math in the non-composited case for consistency. Also, don't scale the z-coordinate in RenderFittedBox. Fixes #6293
-
Adam Barth authored
* Switch to using PlatformPlugin instead of mojom * Update engine.version
-
Adam Barth authored
The Skia team tells us that these go faster.
-
- 12 Oct, 2016 2 commits
-
-
Jason Simmons authored
-
Adam Barth authored
This wrapper will eventually replace HostMessages.
-
- 11 Oct, 2016 2 commits
-
-
Adam Barth authored
We were missing these before.
-
Adam Barth authored
This match switches the framework to use the semantics backend in `dart:ui` rather than the Mojo backend.
-
- 08 Oct, 2016 1 commit
-
-
Adam Barth authored
Instead of reading the mojom serialization and re-inflating it, the SemanticsDebugger now shows the SemanticsNode objects directly.
-
- 07 Oct, 2016 2 commits
-
-
Jason Simmons authored
Performance improvement for https://github.com/flutter/flutter/issues/6008
-
Adam Barth authored
This patch adds `@checked` everywhere is needed to remove the `strong_mode_invalid_method_override` strong mode error.
-
- 06 Oct, 2016 3 commits
-
-
Adam Barth authored
This will make it easier to switch to SemanticsUpdateBuilder.
-
Adam Barth authored
This change might make our grammar less perfect, but it will increase our sanity.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5763
-
- 05 Oct, 2016 3 commits
-
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/6154
-
Adam Barth authored
Fixes #6215
-
Phil Quitslund authored
* Bump Dart SDK to `1.20.0-dev.10.0`. `1.20.0-dev.10.0` corresponds to `1.20-RC0`. * pubspec.lock cleanup * check for pubspec.lock existence * cleaned up conditional remove
-
- 04 Oct, 2016 4 commits
-
-
Hans Muller authored
-
Chris Bracken authored
-
Adam Barth authored
This widget now lives in Mozart: https://fuchsia.googlesource.com/mozart/+/master/lib/flutter/child_view.dart
-
Adam Barth authored
This patch removes the Mozart dependencies from object.dart and layer.dart, which will make it easier for us to move the Mozart dependencies purely into the Fuchsia tree.
-
- 03 Oct, 2016 5 commits
-
-
Hans Muller authored
-
Chris Bracken authored
-
Adam Barth authored
Fixes #988
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/4478
-
Chris Bracken authored
-
- 30 Sep, 2016 2 commits
-
-
Dragoș Tiselice authored
DragTarget would call setState after it was disposed in didLeave and didDrop. Fixes #6128.
-
Adam Barth authored
Now dart:ui does the decoding of the pointer data itself, which means we don't need to do it in the framework.
-
- 29 Sep, 2016 3 commits
-
-
Hans Muller authored
-
Adam Barth authored
Fixes #5141
-
Adam Barth authored
Rather than removing all the padding from an AlertDialog, we now just use Dialog directly for the date picker.
-
- 28 Sep, 2016 2 commits
-
-
qchong authored
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-