- 22 Jan, 2018 2 commits
-
-
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 9 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.
-
Ian Hickson authored
Generate the "version" file from git tags. Remove the old VERSION file and mentions of versions in pubspec.yaml files. Replace the old update_versions.dart script with a new roll_dev.dart script. Update "flutter channel". Update "flutter upgrade", including making it transition from alpha to dev. Update "flutter --version" and "flutter doctor".
-
Mikkel Nygaard Ravn authored
-
xster authored
-
Ian Hickson authored
Depends on https://github.com/flutter/engine/pull/4483
-
Jason Simmons authored
The picture may need to draw outside the bounds (specifically for shadows) Fixes https://github.com/flutter/flutter/issues/12618
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
- 17 Jan, 2018 11 commits
-
-
Ian Hickson authored
Trying to get the build green. We will have to go through skipped tests as a more long-term task.
-
Jason Simmons authored
-
Michael Goderbauer authored
* Identify CHeckBox and RadioButton as such * review feedback
-
Ian Hickson authored
-
Hans Muller authored
-
Hans Muller authored
-
Ian Hickson authored
* Escape path separator in regexps * Update platform_helper.dart * Update stack_trace_test.dart * Update stack_trace_test.dart
-
Ian Hickson authored
* Dump exceptions live when they happen when testing tests with flutter run. * Update binding.dart
-
Hans Muller authored
-
jcollins-g authored
-
Michael Goderbauer authored
* Document Android's SemanticsAction.tap behavior Fixes https://github.com/flutter/flutter/issues/13219. * review comment
-