- 10 Feb, 2017 9 commits
-
-
Michael Goderbauer authored
This used to be the logic before I made the tests portable.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/7974
-
Devon Carew authored
-
Alexandre Ardhuin authored
-
Jakob Andersen authored
* Make new project template gradle-based for Android. With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets. The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s. * Move Flutter Gradle plugin to Flutter root.
-
Adam Barth authored
-
Ian Hickson authored
Having the drawer docs lead with "this is a drawer" wasn't very helpful when scanning. qv. study P6.
-
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 3 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.
-