- 10 Feb, 2016 14 commits
-
-
Collin Jackson authored
Upgrade command shouldn’t validate project, fixes #1745
-
Adam Barth authored
Teach PageableList about scroll anchors
-
Adam Barth authored
-
Collin Jackson authored
-
Adam Barth authored
Teach ScrollableList about scroll anchors
-
Adam Barth authored
-
Devon Carew authored
fix an issue with logging ios simulator output
-
Devon Carew authored
Introduce globals
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
Tapping through drag targets.
-
Hixie authored
Factor out the HitTestBehavior logic so that RenderMetaData can use it. Use that in DragTarget.
-
Devon Carew authored
ignore derived resources in ios/build
-
Jason Simmons authored
Add a refresh command that rebuilds the snapshot and reloads it on th…
-
- 09 Feb, 2016 26 commits
-
-
Devon Carew authored
-
Adam Barth authored
Add scroll anchor for Block
-
Adam Barth authored
This patch teaches block how to anchor its scrolling to the end rather than the start. Fixes #136
-
Ian Hickson authored
Draggable: childWhenDragging, maxSimultaneousDrags
-
Viktor Lidholt authored
Fixes issue with replacing the root node
-
Hixie authored
-
Devon Carew authored
filter offline devices from notifications
-
Devon Carew authored
-
Devon Carew authored
rename the service protocol extensions
-
Jason Simmons authored
This provides a fast way to iterate on changes to a Flutter app that only involve updates to Dart code and do not require a full build and install of the FLX and APK
-
Adam Barth authored
Remove FLUTTER_DEV environment var
-
Adam Barth authored
This check is triggering even for folks who don't have FLUTTER_DEV set, which is breaking their toolchain because we're not running `pub get` on the flutter_tools package.
-
Ian Hickson authored
Update docs for benchmarks.
-
Hans Muller authored
removed kStatusBarHeight constant
-
Devon Carew authored
-
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
-
Hixie authored
-
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.
-