- 02 Mar, 2018 11 commits
-
-
Yegor authored
* [tools] consolidate "preview Dart 2" option in BuildInfo * format BuildInfo constructor
-
Yegor authored
Document missing value types supported by `within`. Add missing tests. Simplify _sizeDistance implementation.
-
Siva authored
when a hot reload is done after modifying a component in the flutter package.
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Use depfile in --preview-dart-2 mode. * Generate and use frontend_server.d to guard against reusing outdated dill files when frontend_server changes.
-
jcollins-g authored
-
Alexander Aprelev authored
Changes since last roll: - Leave only widget creation tracker kernel pass in flutter frontend server. (#4727).
-
Hans Muller authored
-
Alexander Aprelev authored
* Roll engine to c88ba37c794f57982374bb53a694301198cad593. Changes since last roll: - move generated entry points JSON out of flutter_patched_sdk - List missing core lib bigint_patch.dart source for new Bigint implementation (#4735) - Skip over .emf-files. (#4739) - Roll dart to ee15c8eb689791f6777eb3f6b0a1e9c58ff0671b. * defaultValue -> orElse
-
Chris Bracken authored
Orientation, and by extension time for rotation between orientations, was aspirational and never used. While this is technically a breaking change, this code never actually did anything. If you were setting either orientation or timeForRotation, simply delete those parameters and the code will continue to behave identically to how it had been.
-
Greg Spencer authored
Fixes a small rendering problem when dragging the slider, as well as a couple of small bugs (de-duping of value changes, and actually using a parameter passed to _unlerp).
-
- 01 Mar, 2018 15 commits
-
-
Chris Bracken authored
Includes: * Add nil check for country code and language code (flutter/engine#4732)
-
jcollins-g authored
-
Greg Spencer authored
This implements an update to the look of the Slider widget. Specifically, it does the following: * Adds the ability to customize the colors of all components of the slider * Adds the ability to customize the shape of the slider thumb and value indicator * Adds the ability to show the value indicator on continuous sliders * Updates the default value indicator to be a "paddle" shape with new animations. * Changes the tick marks to be visible all the time on discrete sliders * Fixes a memory leak of an animation controller. * Removes "thumbOpenAtMin" flag, which is no longer needed, and can be emulated by the custom thumb shape support. It was not widely used. * Adds tests for all of the new features.
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/14950
-
Todd Volkert authored
In the case of "dev", `git checkout dev` could be miconstrued as checking out the dev _directory_ rather than the branch... https://github.com/flutter/flutter/issues/14865
-
Danny Tuppeny authored
* Show 32/64bit in VS Code headings on Windows Fixes #14949.
-
Alexander Aprelev authored
* Run flutter tests in preview-dart-2 mode on travis flutter builds. * Run dart2 tests on osx. Run dart tests in dart2. * Fix name camelCase * Default options to empty array, rather than null * Troubleshoot failures * More logging * Troubleshoot: run single test * Troubleshoot: run 15 tests * Troubleshoot: run 15 tests with fix * Try limit concurrency to 1 * Limit concurrency for preview-dart-2 tests to 4 * Move dart2 tests to allow_failures section * Reinstate tests_dart_2 shard * Raise concurrency to 8 * Reuse compiler across multiple test runs * Allow to switch entry points when recompiling. Actually use single compiler to incrementally recompile all tests executed by 'flutter test'. * Remove leftover commented code * Fix comment * Lints
-
Alexander Aprelev authored
Changes since the last roll: - Specify sdkSummary when compiling via frontend server (#4733). - Fix traversal order for a11y scrolling (#4726)
-
Jacob Richman authored
accidentally missed due to named parameters being omitted.
-
Chris Bracken authored
Adds more actionable error messages for users of the most common Linux distributions. We could improve this by checking the current distribution and emitting only the appropriate error message. We could further improve that by only emitting the install instructions if we determine the appropriate package is not installed. See: https://github.com/flutter/flutter/issues/6207
-
xster authored
-
Ian Hickson authored
I found that some ValueListeners want to know when they should start doing work (e.g. if the value comes from polling a network resource).
-
Alexander Markov authored
This roll contains: * Make deprecated API unavailable (https://github.com/flutter/engine/pull/4722) * Remove unavailable API in FlutterDartProject.h (https://github.com/flutter/engine/pull/4723) * remove unavailabe API from FlutterDartProject.mm (https://github.com/flutter/engine/pull/4724) * Prepare to enable global type flow analysis in AOT (https://github.com/flutter/engine/pull/4725)
-
xster authored
* Add more haptic feedback varieties * tests * un-meta-ify the test
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/15002
-
- 28 Feb, 2018 9 commits
-
-
Phil Quitslund authored
-
Alexander Aprelev authored
This is to fix #14931.
-
Danny Tuppeny authored
* If example code is not found, render a message instead of an endless spinner * Trim codeTags to avoid lookup issues with windows carriage returns * Trim \r on Windows off the end of code blocks so they're consistently \n * Add a test to ensure sample code parses if built on Windows * Add a comment about why we trimRight() Fixes #14820.
-
najeira authored
-
jcollins-g authored
* Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)" This reverts commit d2602947. * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model * AnsiSpinner needs to leave the cursor where it found it. * fix tests * Const constructor warning only shows up on windows...? * Avoid crash if we can't find the home directory * Make pathVarSeparator return a string in the mock * Implement review comments * Fix out-of-order problem on stop
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/14975
-
Siva authored
* roll engine version in flutter/flutter to b05efc204090f430387398d3c35589571a2fe16b * Fix analyzer warnings.
-
Mikkel Nygaard Ravn authored
-
amirh authored
The downcast was crashing when toggling hasNotch for BottomAppBar.
-
- 27 Feb, 2018 5 commits
-
-
Chris Bracken authored
Dart is migrating to .dart_tool/ as the location for cached artifacts and other temporary files generated by tooling in the SDK. As part of this, pub will be migrating from .pub to .dart_tool/pub. In future, this path will also be used for other tooling, such as package:build.
-
Victor Choueiri authored
-
Todd Volkert authored
-
jcollins-g authored
-
Greg Spencer authored
We can't use .tar.xz on Mac because although it can unpack them on the command line (with tar), the "Archive Utility" that runs when you double-click on them just does some crazy behavior (it converts it to a compressed cpio archive, and when you double-click on that, it converts it back to .tar.xz, without ever unpacking it!) So, this changes the script to use .zip for Mac, and the files are about 220MB larger than they need to be.
-