- 08 Mar, 2016 6 commits
-
-
John McCutchan authored
Refactor DeviceLogReader
-
John McCutchan authored
-
Adam Barth authored
More dartdoc for routes.dart
-
Adam Barth authored
-
Ian Hickson authored
Assert binding ready before getting a11y listener
-
Hixie authored
This adds an assert to verify that we have already got a binding when we get a semantics listener. Otherwise we crash. (I mean, we still crash, but now in checked mode we crash on an assert instead. Progress?)
-
- 07 Mar, 2016 18 commits
-
-
Hans Muller authored
Added support for Dismissable leave-behind list items
-
Hans Muller authored
-
Devon Carew authored
remove the _embedder.yaml file
-
Devon Carew authored
implement --watch for flutter analyze
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
Cleanup around viewports
-
Devon Carew authored
Cleanup build
-
Devon Carew authored
-
Devon Carew authored
Improve message when target not found
-
Hixie authored
-
Ian Hickson authored
SizeObserver crusade: Remove SizeObserver
-
-
Steve Messick authored
-
Ian Hickson authored
Include more details in the Red Box of Doom
-
Ian Hickson authored
-
Adam Barth authored
Synchronizes dartdoc with dart:ui
-
Adam Barth authored
Mostly just adds some examples to match the examples with use for similar concepts in dart:ui.
-
- 06 Mar, 2016 16 commits
-
-
Ian Hickson authored
Remove the second argument to WidgetError.
-
Ian Hickson authored
Remove the second argument to MultiChildLayoutDelegate.performLayout()
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2403 I have an e-mail ready to send to flutter-dev about this.
-
Ian Hickson authored
This makes WidgetError more like RenderingError, which will aid with https://github.com/flutter/flutter/issues/2356. Fixes https://github.com/flutter/flutter/issues/2443
-
Ian Hickson authored
Factor out non-Material parts of MaterialApp into WidgetsApp
-
Ian Hickson authored
Remove Simulatable and restyle simulation_group.dart
-
Ian Hickson authored
Clarify the assert when mimicking twice in a row.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/1346
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
Try to clarify that you need a Material for an IconButton.
-
Adam Barth authored
Flinging continuously should have one scroll start/end pair
-
Adam Barth authored
Previously we got confused and started sending start/end pairs for each tick of the fling animation. Fixes #2430
-
Adam Barth authored
Some more dartdoc
-
Adam Barth authored
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/2369
-