- 11 Nov, 2015 11 commits
-
-
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 29 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.
-
Devon Carew authored
test more packages on travis
-
Devon Carew authored
-
Devon Carew authored
fix a ws issue in the sample app
-
Adam Barth authored
Use --devtools-path flag to run_mojo.
-
Florian Loitsch authored
Minor doc fixes.
-
Adam Barth authored
Update instructions for running benchmarks
-
Adam Barth authored
-
Adam Barth authored
Add some basic benchmarks of the Stocks app
-
Adam Barth authored
- animation_bench.dart. This benchmark measures the full main-thread pipeline for ticking the drawer entrance and exit animation. - build_bench.dart. This benchmark measures a full app rebuild when there's no state change. - layout_bench.dart. This benchmark measures a full relayout.
-
Devon Carew authored
-
Adam Barth authored
-
Adam Barth authored
-
Florian Loitsch authored
-
Collin Jackson authored
Support for HTTP request body using DataPipeFiller
-