- 10 Feb, 2017 2 commits
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7963
-
Chris Bracken authored
-
- 09 Feb, 2017 28 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Chris Bracken authored
Required to support Flutter SDK paths with spaces.
-
Chris Bracken authored
Required to handle Flutter SDK (and other) paths that include spaces. Also includes general cleanup: * Declare explicitly that we use /bin/bash, since we rely on its features. * Add -- where possible, to avoid interpreting files starting in - as options. * Suppress output of pushd/popd. * Avoid stringifying arrays.
-
Ian Hickson authored
-
Chris Bracken authored
-
Chris Bracken authored
-
Adam Barth authored
-
Adam Barth authored
We call the builder in slightly different ways, but the new results seem reasonable.
-
Mehmet Fidanboylu authored
* Support changing the dismissable threshold for any direction for dismissable widget. * Fixing review comments.
-
Alexandre Ardhuin authored
-
Adam Barth authored
All the clients have migrated to GridView. Also, remove RenderGrid, which isn't needed by GridView.
-
Michael Goderbauer authored
* return 1 when checks in `flutter.bat` fail * don't assume file extension of git (depending on the system it can be `git.exe` or `git.bat`)
-
Ian Hickson authored
-
Ian Hickson authored
-
Adam Barth authored
* Sync CONTRIBUTING.md text with engine.git Turns out we had very similar text in engine.git. This patch makes the text the same by adopting the text in engine.git. * Update CONTRIBUTING.md
-
Adam Barth authored
We weren't triggering a relayout when the number of children changed. Fixes #8001
-
Chris Bracken authored
* Fix potential NPE in iOS doctor check In case Xcode is not installed, the xcode-select path may be null. * fixup! Fix potential NPE in iOS doctor check
-
Devon Carew authored
-
Ian Hickson authored
-
Chris Bracken authored
-
Chris Bracken authored
If the developer has only installed the Xcode command-line tools, xcode-select and some other tools may be present, but xcodebuild will be missing. In this case, output a slightly improved message indicating that the installation is incomplete rather than missing.
-
xster authored
* Add indent option to logger and indent non-flutter nested output * Add a missed override * Formatting
-
Ian Hickson authored
Move the back button and drawer opening logic into the app bar. Move the tap-status-bar-to-scroll-to-top logic to using ScrollControllers. Provide a PrimaryScrollController and a `primary` flag on scroll views. Make it possible to track when a route becomes or stops being poppable.
-
David Yang authored
* Allow for customization of hintText in InputField * Adding tests.
-
- 08 Feb, 2017 10 commits
-
-
Michael Goderbauer authored
* disables all `flutter test` and `flutter drive` tests on Windows as those two commands are not fully implemented on Windows yet * fixes other failures on Windows
-
Adam Barth authored
All clients have moved to PageView.
-
Adam Barth authored
This manual test has used the PageView widget for a while already.
-
Ian Hickson authored
...for the case where there's no right or bottom padding.
-
Adam Barth authored
Tabs are now fully driven by slivers.
-
Michael Goderbauer authored
-
Ian Hickson authored
Turns out when I added tests, I broke the actual underlying functionality.
-
Chris Bracken authored
This reverts commit ea21d0c5 which didn't resolve the pagination control overflow issue. Commit 7425940d replaces this as an alternate workaround. Once flutter/flutter#7980 is resolved, we should revert 7425940d and scroll instead.
-
Michael Goderbauer authored
-
Chris Bracken authored
-