- 08 Jul, 2016 4 commits
-
-
Adam Barth authored
Previously we triggered an assert. Fixes #4850
-
Adam Barth authored
We were stacking up two dismiss timers. Now we don't start a new timer if we've already got one. Also, fix an animation leak caught by the test. Fixes #4640
-
Adam Barth authored
Rather than requiring the developer to specify a full Decoration, we now just take an ImageProvider for the thumb image. Also, fix ImageFit.scaleDown to actually work. Fixes #4571 Fixes #4673
-
Adam Barth authored
Also, fix an animation leak found by the test. Fixes #4619
-
- 07 Jul, 2016 5 commits
-
-
Adam Barth authored
We now have an EdgeInsets.along function that projects the padding onto the given Axis rather than repeating this function in several places.
-
Hans Muller authored
-
Adam Barth authored
We want to use the FlutterViewController in this new project template. Fixes #4840
-
Adam Barth authored
* Make the size setter on RenderBox protected to avoid setting from outside the class. * Make normalize on BoxConstraints always return an object that isNormalized.
-
Adam Barth authored
Fixes #4761
-
- 06 Jul, 2016 5 commits
-
-
Phil Quitslund authored
Bump Dart SDK to `1.18.0-dev.4.0`.
-
pq authored
Last dev push for `1.18`.
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-
Adam Barth authored
This patch changes the default `flutter create` command to generate a HelloServices-style app on iOS. As a consequence, the Atom integration now fully works with HelloServices.
-
Eric Seidel authored
This came up in security review. @abarth
-
- 04 Jul, 2016 2 commits
-
-
Devon Carew authored
* send ext.flutter.debugDumpApp; ext.flutter.reassemble * expose debugDumpRenderTree
-
Adam Barth authored
-
- 02 Jul, 2016 1 commit
-
-
Adam Barth authored
We now stop updating semantics when there are no remaining clients.
-
- 01 Jul, 2016 7 commits
-
-
Jason Simmons authored
Host apps will return null if there is no matching handler for a message name
-
Adam Barth authored
Also, make SemanticsOwner into a real class and use it instead of a static in several places.
-
Devon Carew authored
-
Adam Barth authored
Now that protected can be accessed from inside the same library, we can use protected in a number of new places and we can remove some trampolines we were using to work around its previous semantics.
-
Adam Barth authored
-
Devon Carew authored
-
Adam Barth authored
This patch updates the framework to use the new SemanticAction in semantics.mojom.
-
- 30 Jun, 2016 10 commits
-
-
Adam Barth authored
It can cause trouble if the user has a newer Android SDK installed normally. Instead, just use the normal Android SDK.
-
Hans Muller authored
-
Matt Perry authored
navigating away. Details are in the bug, but when we navigate away, the overscroll indicator around the Scrollable would change the widget hierarchy. This would trigger the Scrollable to rebuild, which would cause its scrollOffset to be clamped to 0 for a frame. BUG=https://github.com/flutter/flutter/issues/4597
-
Todd Volkert authored
-
Phil Quitslund authored
Update to latest analyzer (w/ cleanup).
-
pq authored
-
pq authored
Bye-bye `@protected `trampolines! :)
-
Phil Quitslund authored
Update to latest Dart SDK (1.18.0-dev.3.0).
-
Hans Muller authored
-
pq authored
-
- 28 Jun, 2016 6 commits
-
-
Adam Barth authored
Our previous approach to detecting when we needed to remove semantics nodes didn't account for reparenting.
-
Phil Quitslund authored
Cleanup empty statements.
-
pq authored
The new `empty_statements` lint (in the next DEV roll), flags these empty statements. Harmless, except the one in `basic.dart` that fixes a real-life bug. :)
-
Todd Volkert authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-