- 28 Feb, 2017 6 commits
-
-
Todd Volkert authored
-
Devon Carew authored
* fix a doctor check for webstorm * fix a missing reference
-
Michael Goderbauer authored
-
Chris Bracken authored
Also a small formatting fix.
-
Jason Simmons authored
-
Chris Bracken authored
-
- 27 Feb, 2017 5 commits
-
-
Todd Volkert authored
This adds support for a `--bug-report` flag, which is a recording that: - includes the arguments that were passed to the command runner - is zipped up for easy attachment in Guthub issues
-
Hans Muller authored
-
Mike Hoolehan authored
* Gracefully ignore html content * Test for less than, consolidate table tests * Specify missing type annotation * Add Mike Hoolehan to AUTHORS
-
Michael Goderbauer authored
* Simplify path handling logic in dependency checker and devFS Simplification will make it easier to port this to Windows. * Roll Engine to 0a7b177c330367904597a6129b3eb653d29dfca0
-
Devon Carew authored
-
- 26 Feb, 2017 2 commits
-
-
Adam Barth authored
Fixes #8413
-
Luke authored
* Adds un/selected text styles to the TabBar widget * Adding documentation on fallback values. Modified fallback on unselectedLabelStyle.
-
- 25 Feb, 2017 1 commit
-
-
Chris Bracken authored
iOS builds rely on package dependencies and associated build artifacts (pubspec.lock, .packages files) to be up-to-date.
-
- 24 Feb, 2017 12 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Adam Barth authored
It's common to just want a simple colored box. Simple thing should be simple, so this patch adds a convenience argument to Continer for creating a box decoration that is just a color. Fixes #5555
-
Adam Barth authored
In some situations, dialogs don't want the barrier to be dismissable. Fixes #8354
-
Jason Simmons authored
-
Adam Barth authored
-
Michael Goderbauer authored
-
Adam Barth authored
With slivers, the app bar is part of the scroll view. Naively, the overscroll appears at the beginning of the scroll view, but that's not the desired behavior. Instead, the app bar should remained pinned to the top of the scroll view and the overscroll should appear below the app bar, which is what this patch does. Fixes #8228
-
Jakob Andersen authored
The gradle build scripts can be configured to output different application IDs for different build types, so we need to examine the built .apk to figure out the name of the package and activity. Fixes #8327
-
Jakob Andersen authored
It's not just $HOME/.AndroidStudio2.2, it might also be .AndroidStudioPreview2.3, or .AndroidStudioFooBar1.7, or whatever. Made the Version parser less throw-happy, and relaxed the directory name checks to allow for the above. Fixes #8353.
-
Adam Barth authored
Fixes #8380
-
Michael Goderbauer authored
The JDK doesn't put `javac` in the PATH on Windows :(
-
- 23 Feb, 2017 14 commits
-
-
Phil Quitslund authored
* Bump to test `0.12.20`. Some test `0.12.20` highlights: * introduces `expectLater()` that returns a `Future` that completes when the matcher has finished running * deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`) Otherwise: * to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now) * Update stack manipulation. * Fix framecount.
-
Alexandre Ardhuin authored
-
xster authored
-
Michael Goderbauer authored
Mainly: Don't call out to PoerShell (expansive!) if Dart SDK is upto date.
-
Chris Bracken authored
-
Chris Bracken authored
-
Todd Volkert authored
-
Jakob Andersen authored
-
Jakob Andersen authored
If a target file is specified on the flutter tools command line, pass it through to Gradle. It is still possible to statically specify a target file in the flutter section of build.gradle, but it is now possible to specify it on the command line as well. The command line option takes precedence. Fixes #8175.
-
Jakob Andersen authored
Fixes #6761.
-
Devon Carew authored
-
Chris Bracken authored
Trigger a vibration on hour/minute changes, with an upper bound on number of feedback events per second. Note: state changes are expected to trigger haptic feedback on Android, but not on iOS time pickers.
-
Hans Muller authored
-
Chris Bracken authored
State changes are expected to trigger haptic feedback on Android, but not on iOS time pickers.
-