- 09 Feb, 2016 22 commits
-
-
Hans Muller authored
-
Adam Barth authored
Preliminaries for scroll anchoring
-
Adam Barth authored
These classes now share more code and have feature parity.
-
Hans Muller authored
Gallery Demos: button, dialog, snack bar Added button, dialog, and snack bar gallery demos. Split gallery main.dart into files in the lib/gallery subdirectory. Enable TabBarSelectionState to deal with the PageStorage saved selected value no longer equalling any value. Changed the color of Dialog text to match the theme's caption color. Also: uppercased tab labels per #1617
-
Ian Hickson authored
Fix drawer in accessibility mode
-
Hans Muller authored
-
Hixie authored
The "leaf merge" feature was getting confused when we reset the SemanticsNode. We now separately track whether the node itself is marked as being merged vs whether we inherited that state, and we don't reset the inherited state until you're reattached or reserialised. In the latter case, we do a "just in time" clearing of the flag just like we previously did a "just in time" setting of the flag, except now the flag we're setting or clearing is the inherited flag not the actual flag.
-
Adam Barth authored
-
Matt Perry authored
Fix `flutter stop` to stop the right Android activity.
-
Matt Perry authored
Previously we'd always stop org.domokit.sky.shell. If an AndroidManifest.xml exists, we'll use the activity specified in there instead.
-
Eric Seidel authored
Skip flutter_simple in create_test on Mac for now
-
Eric Seidel authored
Returns 69 instead of 0 in the `create --out` part. https://github.com/flutter/flutter/issues/1709 @devoncarew
-
Adam Barth authored
Make the Mozart demo more like a real window manager
-
Adam Barth authored
Provide a better error for setState on a defunct State
-
Adam Barth authored
We now have a resizer and close button. Also add some shadows and launcher buttons.
-
Adam Barth authored
Fixes #1695
-
Adam Barth authored
Actually populate the view host proxy
-
Adam Barth authored
-
Ian Hickson authored
Add a "SLOW MODE" banner in checked mode
-
Adam Barth authored
Remove ParentData#merge
-
Hixie authored
-
Adam Barth authored
There aren't any clients anymore. Fixes #1684
-
- 08 Feb, 2016 10 commits
-
-
Chinmay Garde authored
Use the same flags as Android on iOS while starting on the simulator
-
Chinmay Garde authored
-
Adam Barth authored
Now that the engine lets us take the view host handle, we can actually access the view host from Dart.
-
Devon Carew authored
start the simulator with -arch x86_64
-
Devon Carew authored
-
Chinmay Garde authored
iOS Sim: Wire in launch arguments to simctl
-
Chinmay Garde authored
-
Ian Hickson authored
Remove some redundant words.
-
Collin Jackson authored
Make flutter create generate a manifest that is similar to SkyShell.apk, fixes #1587
-
Collin Jackson authored
-
- 06 Feb, 2016 8 commits
-
-
Devon Carew authored
General flutter_tools refactoring
-
Devon Carew authored
remove the device factory methods as well as the device cache
-
Devon Carew authored
two fixes for checked mode
-
Devon Carew authored
add a dev mode to the flutter script
-
Devon Carew authored
-
Adam Barth authored
Overlay polish
-
Adam Barth authored
Remove ColorTransition
-
Devon Carew authored
-