- 24 May, 2017 3 commits
-
-
xster authored
* Let run default to first profile * fix * review notes
-
xster authored
-
Ian Hickson authored
I added some tests for the bug that I fixed. I added docs for IconButton and AppBar. I added some new constructors for FractionalOffset.
-
- 23 May, 2017 5 commits
-
-
Hans Muller authored
-
Chris Bracken authored
-
Todd Volkert authored
This reverts commit 4a920557.
-
Chris Bracken authored
-
Chris Bracken authored
-
- 22 May, 2017 12 commits
-
-
Chris Bracken authored
Does not yet migrate hasIdeviceId since that results in a cascade of breaking interface changes that's significant enough for a separate patch.
-
Michael Goderbauer authored
* Revert "Test installation status when ideviceid is not installed (#10254)" This reverts commit 0e5d4a87. * Revert "Partial rollback of #10204 (#10256)" This reverts commit b291bf5d.
-
Chris Bracken authored
Ensure that flutter doctor returns a partial installation status when ideviceid is not installed.
-
Michael Goderbauer authored
This broke Fuchsia as they haven't updated to Dart 1.24 yet :(
-
Todd Volkert authored
Our emulator detection was based on a simple heuristic that was failing for the Samsung Galaxy S8. Any heuristic is flawed since Android devices can report whatever they want to adb, but this change attempts to tighten the detection by listing known models (by their ro.hardware property). Again, these values could be spoofed by emulator system images, but it's less likely to be an issue than with our previous (and fall-back) heuristic. Fixes #10203 Related: #10248
-
Hans Muller authored
-
Michael Goderbauer authored
This helps to debug encoding issues that are believed to only happen for certain locales (see https://github.com/flutter/flutter/issues/10198 fo example). DO NOT SUBMIT until Dart SDK has been bumped (https://github.com/flutter/flutter/pull/10110) as this depends on new API.
-
Phil Quitslund authored
* Bump Dart SDK to `1.24.0-dev.3.0`. * Fix (mega) gallery creation.
-
Ian Hickson authored
Maybe this will make the test work in the device lab...
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/9377
-
Hans Muller authored
-
Rafal Wachol authored
-
- 21 May, 2017 2 commits
-
-
xster authored
Moved everything icons related except the material icon button and the materialicon font list to widget
-
Alexander Aprelev authored
* Remove '\n' from terminal input. * Use trim instead of replaceAll * Add unit test * Cleanup the test * Fixed lint * Style adjustments * Forgotten @override * Revert "Forgotten @override" Accidently added extra files. This reverts commit 0aba24fc8ea321b3a4d0cd8aed7f589378393d96. * Just @override change
-
- 20 May, 2017 6 commits
-
-
Chris Bracken authored
-
Ian Hickson authored
-
Adam Barth authored
Fixes #9062
-
Ian Hickson authored
This will help catch when we accidentally break --dartdocs.
-
Ian Hickson authored
-
xster authored
* Let Theme insert an IconTheme into the widget tree * flip the order, no real reason * Let icon theme use its own fallback * review notes * more review notes
-
- 19 May, 2017 12 commits
-
-
Chris Bracken authored
Eliminate the implementation detail of which function is called to trigger vibration on iOS, instead report the vibration constant. Also note that not all iOS devices support haptic feedback (e.g., older iPod touch devices).
-
Chris Bracken authored
Covers FlutterLogoDecoration.lerp() Disabling const constructor lint for the test values pending resolution of https://github.com/dart-lang/sdk/issues/26980
-
Brian Slesinsky authored
IDEA users sometimes want to create multiple Flutter modules in the same IDEA project. See discussion: https://github.com/flutter/flutter-intellij/issues/1014 In this case, we will actually have pairs of modules, one for Flutter and one for Android. Renaming the android module to make the relationship obvious. But, don't delete the old file yet to avoid breaking existing users. We can do that after the next Flutter plugin release.
-
Todd Volkert authored
-
Collin Jackson authored
-
Ian Hickson authored
-
Ian Hickson authored
This will get tested once we turn on fatal errors for dartdocs. We can't do that yet because of upstream failures.
-
Ian Hickson authored
-
Ian Hickson authored
-
Chris Bracken authored
On failure to configure a mock VM service, we get a useful exception in setUpAll(). This change prevents an additional failure in tearDownAll() that provides no additional useful diagnostic info.
-
Todd Volkert authored
Fixes the broken build in the Chromium bots
-
Todd Volkert authored
-