- 16 Feb, 2017 5 commits
-
-
Adam Barth authored
Previously, the scroll correction code path was untested. This patch introduces a test for the code path and fixes two issues with it. There's likely more work we'll need to do in this area to nail down all the cases. Fixes #8155
-
Ian Hickson authored
This assumes a fix to https://github.com/dart-lang/test/issues/542 The timeout added in this patch is a workaround for https://github.com/dart-lang/coverage/issues/165
-
Ryan Macnak authored
This reverts commit fac9efba. The timeout was fixed by 6795c4ab.
-
Todd Volkert authored
Fixes #8200
-
Todd Volkert authored
-
- 15 Feb, 2017 21 commits
-
-
xster authored
-
Todd Volkert authored
Fixes #7166 Also cleans up from an aborted attempt at #5793
-
Dan Rubel authored
-
Todd Volkert authored
-
Michael Goderbauer authored
Replaces unprintable characters with alternative symbols.
-
Ryan Macnak authored
-
Todd Volkert authored
-
Hans Muller authored
-
Michael Goderbauer authored
-
Chris Bracken authored
If a developer has installed the Xcode command-line tools, then later installs Xcode, they may need to run xcode-select to update the path of the command-line tools to that of the new installation.
-
Michael Thomsen authored
* Update hello_world to new gradle based build flow * Update flutter_gallery to gradle based build * Align hello_services with new gradle based build * Update platform_services to new gradle based build * Upgrade stock to gradle based build
-
Todd Volkert authored
-
Jakob Andersen authored
The "old" APK build did not include Roboto fonts, but the new Gradle-based build did. This is due to `flutter build flx` defaulting to include the fonts, where the old `flutter build apk` defaulted to NOT include them. So let's change the Gradle build to also not include Roboto fonts. Fixes #8149
-
Adam Barth authored
The replacements are ListView and SingleChildScrollView, respectively.
-
Ian Hickson authored
Fixes https://github.com/flutter/flutter/issues/8017
-
Adam Barth authored
We can't read our size in the offset setter because we might be in the middle of layout. This issue also occured with the sliver-based viewport.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Ryan Macnak authored
* Roll engine to b64c88766dbd83bf4bab1cd1cd1757139b6cdb74. Picks up changes to include inlined frames and line numbers in AOT stack traces. * Adjust/weaken stack_trace_test.dart to pass in the face of async causal stack traces (Issue #8128).
-
Hans Muller authored
-
- 14 Feb, 2017 14 commits
-
-
Ian Hickson authored
Since RelativeRect's whole purpose in life is to make work with Stack easier, it's silly that you can't directly use it with Positioned. Also, tests for RelativeRect. And fixes for the bugs that found...
-
Adam Barth authored
Also use the word "dropdown" consistently over "drop down".
-
Michael Goderbauer authored
... and run some more tests on Windows.
-
Adam Barth authored
This feature is wired in differently in the new scrolling world.
-
Adam Barth authored
-
Adam Barth authored
This mechanism has been replaced by slivers.
-
Michael Goderbauer authored
-
Todd Volkert authored
This is a workaround to #8141
-
Chris Bracken authored
On flutter run, we update ios/Flutter/Generated.xcconfig with various Flutter-specific settings required by xcode_backend.sh during a build from Xcode. These settings need to be present at the time the project is loaded since Xcode doesn't pick up live updates to these files. Without these settings, Xcode fails to locate xcode_backend.sh itself, causing the build to fail until the Xcode project has been closed and re-opened. This also prevents Xcode's project updater from 'helpfully' suggesting to clean up and delete the Generated.xcconfig file.
-
Michael Thomsen authored
* Move .iml file back to project root directory * Update .iml location in all examples
-
Adam Barth authored
Also, actually run the flutter_markdown tests.
-
Adam Barth authored
-
Hans Muller authored
-
Jakob Andersen authored
-