- 25 Jan, 2018 7 commits
-
-
Ian Hickson authored
-
Jason Simmons authored
(this will be generated by flutter update-packages)
-
Michael Goderbauer authored
-
Chris Bracken authored
Adds unit tests for AndroidWorkflow.runLicenseManager().
-
Chris Bracken authored
AndroidSdk and AndroidStudio depends relatively heavily on filesystem access to locate installed tools. Testing code that relies on either of these classes benefits from a utility method to generate a legitimate-looking Android SDK directory layout for testing.
-
Chris Bracken authored
flutter doctor --android-licenses requires Android sdkmanager version 26 or later. When sdkmanager is not available (SDKs earlier than v25), direct users to SDK upgrade instructions. When it's installed but not v26 or later, emit instructions to run sdkmanager --update.
-
Chris Bracken authored
Moves MockProcess, MockStdio and a few other useful mocks from packages_test.dart to common/mocks.dart. These are useful for testing code with interactive IO. This adds a new constructor to MockProcess to provide additional flexibility.
-
- 24 Jan, 2018 5 commits
-
-
Vyacheslav Egorov authored
-
Michael Goderbauer authored
-
Chris Bracken authored
Convenience getters for the the path to the Android SDK manager and the currently installed version of the tool. Pre-factoring to support better checks around the --android-licenses command, which uses a feature of the SDK manager that is unsupported in older versions of the tool.
-
Siva Annamalai authored
Skia is trimming some of these transitive includes
-
Siva Annamalai authored
contains the following change : - Roll of Dart version 8d9d68751a505426eb5f59a9d29f103fde6bd474 into the engine
-
- 23 Jan, 2018 4 commits
-
-
Sam Rawlins authored
-
Michael Goderbauer authored
* scrolling node eleminated * remove second node * fix ids
-
Hans Muller authored
-
Jason Simmons authored
-
- 22 Jan, 2018 4 commits
-
-
xster authored
* Create ListWheelScrollView * fix missing doc * tweak docs a bit * fix imports * Add some tests * review * review and transform tests * fix test * repatch lost https://github.com/flutter/flutter/commit/977701cf695ec106a52dde9f3659a7b132826748 * review * Review
-
Tan Jay Jun authored
-
Alexander Aprelev authored
* Default to strong for 'flutter test --preview-dart-2' mode * Remove empty line * Dont init to null * Break up line to make it more readable * Add missing type annotation
-
Michael Goderbauer authored
Fixes https://github.com/flutter/flutter/issues/13870.
-
- 20 Jan, 2018 6 commits
-
-
Devon Carew authored
* pass through preview-dart-2, strong, ipv6 in daemon mode * ws change to kick the windows bot
-
Alexander Aprelev authored
-
Ian Hickson authored
* Move the splitting of licenses to an isolate This improves (from horrific to terrible) the performance of the license screen. It also introduces a feature in the foundation layer to make using isolates for one-off computations easier. The real problem that remains with this, though, is that transfering data between isolates is a stop-the-world operation and can take an absurd amount of time (far more than a few milliseconds), so we still skip frames. More work thus remains to be done. * - Add profile instrumentation to the isolate compute() method - Add profile instrumentation to the LicensePage - Add profile instrumentation to the scheduleTask method - Make scheduleTask support returning a value - Make the license page builder logic use scheduled tasks so that it doesn't blow the frame budget
-
Ian Hickson authored
-
Hans Muller authored
-
Ian Hickson authored
* Revert "Bump async, http, and vm_service_client packages (#14136)" This reverts commit 7ffcce84. * Revert "Exclude flutter doctor IDE validators in CI environments (#13816)" This reverts commit 3258c546.
-
- 19 Jan, 2018 12 commits
-
-
Sam Rawlins authored
-
Ali Bitek authored
-
Alexander Aprelev authored
* Roll engine to pick up changes that allow 'flutter test --preview-dart-2' * Pick up windows 'flutter test' fix
-
Alexander Aprelev authored
This is in attempt to resolve build failure on Windows.
-
Alexander Aprelev authored
-
Ian Hickson authored
* Make FadeTransition more efficient * Update fade_transition_test.dart * Update proxy_box.dart
-
Ian Hickson authored
* Fix the confusing-zero case with NestedScrollView. * Update mock_canvas.dart * Update tabs_demo.dart * more tweaks
-
Siva Chandra authored
This rolls it to a green build.
-
Siva Chandra authored
This rolls it to a commit containing only the dart roll.
-
Siva Chandra authored
-
Hans Muller authored
-
Jacob Richman authored
* Inspector robustness fixes. Avoid cases where setState was called on disposed object. Avoid cases where the inspector wouldn't render as it was called after the first frame rendered and no other frames were rendered.
-
- 18 Jan, 2018 2 commits
-
-
jcollins-g authored
* Ignore extraneous error messages outside of one skipped test * Fix analysis error
-
Paul Betts authored
When Flutter is vendored as a submodule, `.git` is a File whose contents are a pointer to the Git directory. This change allows you to pin your app to a certain version of Flutter via submodules.
-