- 01 May, 2017 9 commits
-
-
Chris Bracken authored
Broken by 89af5ec8.
-
Jason Simmons authored
-
xster authored
-
Chris Bracken authored
-
Hans Muller authored
-
xster authored
* Add cocoapods reason * s/native/iOS
-
Adam Barth authored
-
Jason Simmons authored
-
Todd Volkert authored
-
- 30 Apr, 2017 1 commit
-
-
Adam Barth authored
-
- 28 Apr, 2017 7 commits
-
-
Adam Barth authored
This patch finishes documenting all the symbols except for those related to scrolling.
-
Mikkel Nygaard Ravn authored
-
xster authored
* Add a text formatter interface used by EditingText. Provide some default implementations. * self nits * Handle -1 selection offsets * review notes * simplify regular expression * Add whitelisting formatters. Use a custom phone number formatter in text demo. * review notes * not being able to addAll(null) is pretty annoying * review notes * partial tests * Add tests * didn’t end up needing mockito * move to services
-
xster authored
Creates another Decoration for drawing outside the decorated box with a gradient to emulate the shadow. Lets the cupertino transition page's background be transparent. Fixes #9321
-
Hans Muller authored
-
Devon Carew authored
-
Ian Hickson authored
...because it clearly is.
-
- 27 Apr, 2017 23 commits
-
-
Chris Bracken authored
-
xster authored
* Implement * Don’t scale the fractional offsets since it’s easier to use * review notes * fix nit
-
xster authored
FlutterCommand.runCommand subclasses can optionally return a FlutterCommandResult which is used to append additional analytics. Fix flutter run timing report and add a bunch of dimensional data
-
Jason Simmons authored
-
Mikkel Nygaard Ravn authored
-
Ian Hickson authored
-
Michael Goderbauer authored
-
Ian Hickson authored
backgroundColor -> color backgroundImage -> image BackgroundImage -> DecorationImage
-
Jason Simmons authored
-
Todd Volkert authored
If the user specified a non-exact device id, it was producing an exception whereby we were trying to listen to the `getAllConnectedDevies()` stream twice.
-
Adam Barth authored
A NestedScrollView lets you implement patterns where you have a header, tabs, and additional scrollers inside the tabs. Fixes #8359
-
Jason Simmons authored
-
Jason Simmons authored
-
Adam Barth authored
Previously, ScrollPosition did not know about ScrollActivities. However, all the concrete subclasses of ScrollPosition that we know about need to use ScrollActivities, so they ended up with a bunch of delegate boilerplate code. This patch teaches ScrollPosition about ScrollActivities but doesn't have any opinion about how to start or interact with those activities. This patch is more refactoring to prepare for nested and linked scrolling.
-
Michael Goderbauer authored
It causes the test to be flaky, see https://github.com/flutter/flutter/issues/8986.
-
Adam Barth authored
This will make it easier to implement nested scrolling.
-
Devon Carew authored
* add a regression test for daemon device notification * revert event send simplification
-
P.Y. Laligand authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
* Mark channels_integration_test_ios flaky * Removed personal dev team from ios code siging * Removed provisioning profile diffs against other samples
-
Mikkel Nygaard Ravn authored
-
Zachary Anderson authored
-
Todd Volkert authored
-