- 29 Aug, 2016 8 commits
-
-
Devon Carew authored
* peg dartdoc to a specific version * add some documentation * apply the fix to dev/bots/docs instead
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
Previously, it was unclear that the middle slider was disabled. Fixes #5517
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5283 Other changes in this patch: Rename OffStage to Offstage. Fixes https://github.com/flutter/flutter/issues/5378 Add a lot of docs. Some minor punctuation and whitespace fixes.
-
Ian Hickson authored
-
Ian Hickson authored
1: If a route is already dismissed when it's popped, there's no point trying to animate heroes, because it's going to be gone before the heroes code can look at it. 2: If a hero animation finishes just as a new one is starting, we previously blew away the state for the starting one. Now we correctly segregate the "starting up quest" variables from the "actively ongoing quest" variables.
-
Chris Bracken authored
-
- 27 Aug, 2016 1 commit
-
-
Ian Hickson authored
-
- 26 Aug, 2016 7 commits
-
-
Hans Muller authored
-
Ryan Macnak authored
-
Dragoș Tiselice authored
Added ExpansionPanel and ExpansionPanelList. The implementation is based on the Material design spec, without enforcing every facet of it, leaving the developer using this the liberty to enforced it lower down the widget tree. This decision was made based on the argument that implementing more of the spec would reduce flexibility to a point where some design would not be implementable with this widget anymore.
-
Ian Hickson authored
Somehow we missed this before. Fixes https://github.com/flutter/flutter/issues/5615
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/5588
-
Alexandre Ardhuin authored
-
Dan Rubel authored
* implement flutter packages get/upgrade command * alias flutter pub * refactor findProjectRoot for use by multiple commands fixes https://github.com/flutter/flutter/issues/4994
-
- 25 Aug, 2016 9 commits
-
-
Chris Bracken authored
This change adds a top-level getBuildDirectory func and funcs for android, aot, asset, ios build products. Developers may now add a "build-dir" mapping to their ~/.flutter_settings (JSON format) config file. Output directory is relative to the main flutter application directory. This change also changes the default build directory for iOS builds to a subdirectory of the configured build directory, 'build/ios' by default.
-
John McCutchan authored
-
Hans Muller authored
-
Dan Rubel authored
* add flutter channel command fixes https://github.com/flutter/flutter/issues/2513 * fix test * address comments * remove unused imports * fix lints
-
Dan Rubel authored
* enhance flutter upgrade to find project root fixes https://github.com/flutter/flutter/issues/2990 * address comments * restore original formatting * fix lints
-
Dan Rubel authored
has been fully processed before completing the returned future. This helps prevent tests that rely on stdout from being flaky.
-
Matt Perry authored
Doesn't do any of the fancy effects. Just lets the user control the back transition by sliding from the left, like a drawer. Hero transitions are disabled during the gesture. BUG=https://github.com/flutter/flutter/issues/4817
-
Jason Simmons authored
-
Dan Rubel authored
-
- 24 Aug, 2016 8 commits
-
-
Yegor authored
-
Yegor authored
This reverts commit 09e68c33. AOT snapshotter is broken at this engine rev. https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM
-
Collin Jackson authored
-
John McCutchan authored
-
Jason Simmons authored
Change the Gallery sample Android package to not conflict with the version published in Play (#5579)
-
Collin Jackson authored
Add update dialog to gallery, open source part of #4626
-
Chinmay Garde authored
`Process.start` seems to be escaping as needed.
-
Dan Rubel authored
* test flutter create project dart file is properly formatted * restore driver-test * cleanup lint warnings * address comment
-
- 23 Aug, 2016 7 commits
-
-
Jason Simmons authored
-
Ian Hickson authored
-
Hans Muller authored
-
Chris Bracken authored
Previously, `flutter build` products were emitted to build/ and only xcode build products were emitted to $SYMROOT.
-
Hans Muller authored
-
Yegor authored
-
Todd Volkert authored
-