- 10 Nov, 2015 21 commits
-
-
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
-
Collin Jackson authored
-
- 09 Nov, 2015 15 commits
-
-
Hixie authored
-
Adam Barth authored
Search all the build configurations for sky_snapshot
-
Adam Barth authored
Previously, we assumed the first build configuration would have one. Now we keep looking until we find one. Also, re-ordered the configurations so that you'll get the Android one if you have both, which is probably what you would expect. Fixes #100
-
Alhaad Gokhale authored
That way we can control if we want to use devtools to run on Linux and also cleanly separate out the two uses. R=@jamesr
-
Adam Barth authored
flutter start should give better errors when it can't find main
-
Adam Barth authored
Now we suggest using -t to specify the main Dart file. Fixes #53
-
Hans Muller authored
Support drag-to-dismiss in persistent bottom sheets Flinging a persistent bottom sheet downwards dismisses it, per the Material spec. The showBottomSheet() function now returns a Future, like showModalBottomSheet() does, so that you can discover when it's been dismissed - with navigator.pop() - and with what value. Factored the drag gesture handling code into _BottomSheetDragController This CL was flutter/engine#1997
-
Hans Muller authored
-
Ian Hickson authored
Port test logic to Dart.
-
Ian Hickson authored
-
Hans Muller authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Add a CONTRIBUTING.md
-
Adam Barth authored
This document describes the workflow for contributing code to this repository.
-
- 08 Nov, 2015 4 commits
-
-
Devon Carew authored
support older android devices (>= 17)
-
Devon Carew authored
-
Adam Barth authored
Teach flutter init how to depend on flutter using a relative path
-
Adam Barth authored
-