- 10 Nov, 2015 14 commits
-
-
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.
-
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 14 commits
-
-
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
-
- 07 Nov, 2015 8 commits
-
-
Adam Barth authored
Avoid use of run-as
-
Jeff R. Allen authored
Issue #1988 results from run-as not working on some phones, because of Android issue 58373. This change removes the need for run-as for running "flutter start". It is still needed for tracing.
-
Adam Barth authored
The FLX package should test itself
-
Adam Barth authored
Rather than using the Flutter unit tests to test FLX, we can just test FLX directly. Also, clean up the dependencies in the pubspec to match the code.
-
Adam Barth authored
Update pubspecs and enable testing
-
Adam Barth authored
-
Adam Barth authored
This script runs the Flutter unit tests. By default, the script assumes you have compiled a SkyShell in an "engine/src" that's a peer to the "flutter" directory.
-
Adam Barth authored
Using local paths ensures that each package sees each other package at HEAD.
-