- 09 Nov, 2015 5 commits
-
-
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 14 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.
-
Adam Barth authored
-
Adam Barth authored
add a flutter.yaml file to the init template
-
Devon Carew authored
-
Adam Barth authored
Add flutter.yaml for address_book example
-
Adam Barth authored
Remove the --http option
-
Adam Barth authored
-
- 06 Nov, 2015 17 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Don't crash if no widthFactor is set in an unbounded context
-
Adam Barth authored
We throw an exception if you tap the screen during load
-
Adam Barth authored
-
Adam Barth authored
Inside runApp, we were building the render tree for the app, but we weren't calling layout, which meant we were running a hit test on a dirty tree. Now hitTest specifically asserts that the tree is clean and we synchronously call layout for your app during runApp. Fixes #1960
-
Adam Barth authored
Heroes don't reverse any more
-
Adam Barth authored
We need to use the performance for the "from" route when going backwards. Also, fix a bug in the HeroParty where it would call the quest finished callback multiple times. Fixes #1958
-
Hans Muller authored
Adds showBottomSheet(), AlignTransition
-
Hans Muller authored
-
Jason Simmons authored
Add a flag that selects which Android device ID is the target for Flu…
-
Adam Barth authored
Remove scaffolding for Navigator1 to Navigator2 transition
-
Ian Hickson authored
Better asserts for MaterialApp and Navigator
-
Adam Barth authored
These types belong at the MaterialApp level. Fixes #1969
-
Adam Barth authored
Teach Block about padding.
-