- 26 Sep, 2016 3 commits
-
-
Seth Ladd authored
-
Ian Hickson authored
This silences an assertion that fired when reparenting a widget with a global key inside a LayoutBuilder callback when that callback also happened to call setState (directly or indirectly) on that widget. Normally such setStates are considered ok since we know we haven't cleaned that subtree yet, but we were not correctly handling the case where the list needed resorting in that situation.
-
Devon Carew authored
-
- 25 Sep, 2016 1 commit
-
-
Seth Ladd authored
Closes https://github.com/flutter/flutter/issues/6037
-
- 24 Sep, 2016 2 commits
-
-
Adam Barth authored
This widget lets you apply an ImageFit to a child widget. Fixes #5830
-
Ian Hickson authored
The debugging logic was lagging behind the recent actual logic changes, especially around buildScope.
-
- 23 Sep, 2016 6 commits
-
-
Chris Bracken authored
With iOS 10, the syslog format changed from: Sep 23 16:04:17 cbracken-iPhone Runner[6188] <Info>: .* to: Sep 23 16:04:17 cbracken-iPhone Runner(libsystem_asl.dylib)[6188] <Info>: .* This updates the observatory port scraping to handle either case.
-
Seth Ladd authored
* For reals allow Gallery to be installed by Nexus 5, 5X * fix for long line
-
Dragoș Tiselice authored
Added a demo of BottomNavigation to the Gallery.
-
Devon Carew authored
-
Dan Rubel authored
-
Adam Barth authored
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
-
- 22 Sep, 2016 17 commits
-
-
P.Y. Laligand authored
-
Ian Hickson authored
The way this was implemented is sketchy, especially in strong mode.
-
Dragoș Tiselice authored
Changed the fixed type to better support the dark theme.
-
Ian Hickson authored
Previously in some rather esoteric cases involving global keys reversing relative positions we would forget to build everyone.
-
Ian Hickson authored
We changed how `flutter run --release` works (it quits without showing logs now, since it can't tell when the app closes).
-
Ian Hickson authored
-
Dragoș Tiselice authored
When switching from shifting to fixed, the BottomNavigationBar no longer displays the old color of the background.
-
Dragoș Tiselice authored
-
Hans Muller authored
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information.
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information. Fixes #1364
-
Devon Carew authored
* suppress warning; decouple the analyzer versions * also pass in --no-packages-dir
-
Dan Rubel authored
-
Dan Rubel authored
-
Dan Rubel authored
* show hidden flags when showing verbose help * flutter -v show verbose help
-
Adam Barth authored
This structure for the API is hopefully less confusing that the previous one (which implied that vertical drags would not trigger horizontally draggable widgets). Fixes #1987
-
- 21 Sep, 2016 11 commits
-
-
James Robinson authored
This rewrites imports of various mojom.dart files from the Flutter engine repo to instead import normal-looking dart files from the (new) flutter_services package. This package handles exporting the correct symbols from generated code wherever that may live. Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5 which contains the new flutter_services package.
-
Matt Perry authored
-
Matt Perry authored
Fixes https://github.com/flutter/flutter/issues/5973
-
Adam Barth authored
These are the last dartdocs needed in the material library.
-
Hans Muller authored
-
John McCutchan authored
-
Dragoș Tiselice authored
* Changed Pesto logotype's position. This commit changes Pesto's logotype position so that its curve aligns with the curve of the image size. * Added clamping to Pesto logo animation.
-
Matt Perry authored
It wasn't taking padding into account when deciding which children were visible. I modeled the solution off of the way ScrollableList handles this. Fixes https://github.com/flutter/flutter/issues/5522
-
Dan Rubel authored
-
Lex Berezhny authored
Adds unit test to verify the initial value of Input widgets.
-
Adam Barth authored
-