- 12 Nov, 2015 1 commit
-
-
Alhaad Gokhale authored
shell handle. R=@abarth,@tonygentilcore
-
- 11 Nov, 2015 24 commits
-
-
Hans Muller authored
Add a persistent bottom sheet to the stocks demo
-
Eric Seidel authored
Move data out of Github and into Firebase
-
Hans Muller authored
-
Eric Seidel authored
@abarth @collinjackson
-
Devon Carew authored
Fix adb parse
-
Devon Carew authored
-
Ian Hickson authored
Update to match Hixie's changed bash script
-
Adam Barth authored
Adding windows batch file to complement the bash script.
-
Nathan Kerr authored
-
Collin Jackson authored
-
Collin Jackson authored
Raw keyboard example
-
Collin Jackson authored
-
Jason Simmons authored
Update the raw examples to handle PointerPacket events
-
Jason Simmons authored
-
Adam Barth authored
Give loose contraints to text inside input widget
-
Hans Muller authored
Named parameters for the mock_events.dart TestPointer class
-
Hans Muller authored
-
Adam Barth authored
The input widget scrolls, so it should give its text loose constraints. That way the text ends up being its intrinsic size even if put in a context with tight constraints. Fixes #298
-
Hans Muller authored
Add a unit test for persistent bottom sheets ShowBottomSheet now clears its placeholder after the bottom sheet has been dismissed. Added support for generating fling gestures to WidgetTester.
-
Hans Muller authored
-
Jason Simmons authored
Receive pointer events through PointerPackets
-
Jason Simmons authored
-
Jason Simmons authored
-
- 10 Nov, 2015 15 commits
-
-
Adam Barth authored
Fix remaining analyzer warnings
-
Adam Barth authored
Constructor tear-offs aren't supported by the analyzer yet.
-
Adam Barth authored
Fix analyzer warnings in mojo_client.dart
-
Adam Barth authored
-
Adam Barth authored
Rename sky_tools to flutter_tools
-
Adam Barth authored
-
Adam Barth authored
Don't run these benchmarks forever by default
-
Adam Barth authored
Running forever is useful for profiling but makes these scripts less useful for measurement. :)
-
Ian Hickson authored
Move Python script over to Dart.
-
Nathan Kerr authored
-
Ian Hickson authored
Run 'pub get' the first time the tests are run
-
Adam Barth authored
Make layout_bench.dart 19% faster
-
Adam Barth authored
Previously we would walk from every node in layout to the root to mark the root as needing paint. Now we leave dirty bits throughout the tree so that we can cut off the walk as soon as we find a dirty node.
-
Hans Muller authored
Refactor bottom sheet support, add one to the stocks demo Factored OverlayRoute out of the modal and persistent bottom sheet classes, since the bottom sheet classes need to drive the performance. Added a bottom sheet to the stocks demo: long-press on a stock shows a modal bottom sheet. Made AnimatedModalBarrier public.
-
Hans Muller authored
Factored OverlayRoute out of the modal and persistent bottom sheet clases, since the bottom sheet classes need to drive the performance. Added a bottom sheet to the stocks demo: long-press on a stock shows a modal bottom sheet. Made AnimatedModalBarrier public.
-