- 20 Feb, 2018 5 commits
-
-
Todd Volkert authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Fix snapshot fingerprint check for --preview-dart-2. * Remove printTraces
-
Jason Simmons authored
-
Victor Choueiri authored
-
- 19 Feb, 2018 4 commits
-
-
Danny Tuppeny authored
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Todd Volkert authored
This will allow other tools to call into the roll_dev script to know what version is about to be published without actually publishing.
-
- 17 Feb, 2018 4 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
-
xster authored
-
- 16 Feb, 2018 14 commits
-
-
Alexandre Ardhuin authored
* fix potential call on null * review
-
Todd Volkert authored
-
Alexander Aprelev authored
This is needed to support running with local engine's dart sdk. This is follow-up to https://github.com/flutter/flutter/pull/14702.
-
Vyacheslav Egorov authored
* All lists produced by JSON parsing are List<dynamic>. If more speficic type is required then they need to be explicitly cast, e.g. using castFrom helper; * Function of type (ByText) -> Finder is not a subtype of (SerializableFinder) -> Finder because ByText is in the contravariant position; * In Dart 2 typed(any) should be used instead of any in mockito based tests.
-
Matt Sullivan authored
* Added sample code to AnimatedOpacity docs
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
Merging on red tree to get back to green.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
asiva authored
-
asiva authored
- Remove redundant strong flag as it is the default for preview-dart-2 now
-
- 15 Feb, 2018 13 commits
-
-
xster authored
* Created plumbing but has stream problem * testing with makePipe * Trying pipe but not really getting anywhere * works by repeatedly reading line * Minor cleanup * works * Clean up pipe after use. * Move the last status forward * Make sure failed script commands bubble up
-
Ian Hickson authored
-
xster authored
* Small glow overscroll dartdoc addition * Directly specify [MaterialApp] * review
-
Mikkel Nygaard Ravn authored
This reverts commit b3e4976c.
-
Mikkel Nygaard Ravn authored
-
Todd Volkert authored
Reports from that commit included: * Doctor hanging * Doctor prompting to install JDK * AnsiStatus.cancel() printing elapsed time and extra newline * Printing extra spinner character at the end of each line
-
asiva authored
up the latest Dart roll - Resubmit https://github.com/flutter/flutter/pull/14392 to fix compilation errors
-
Vyacheslav Egorov authored
If compiler failed to produce Kernel binary then compile(...) returns null to the caller. If we don't check for null we end up trying to run file called "null" which causes a very confusing crash of the flutter_tester.
-
Alexander Aprelev authored
* Use already downloaded dart sdk for frontend_server. This is follow-up to https://github.com/flutter/flutter/pull/14610 * Remove reference to engine dart-sdk from artifacts * Remove unused imports * WIP to switch back to solution where dart sdk is downloaded into bin/cache/dart-sdk, but it is 'flutter precache -a' that can download all dart sdks for other platforms under bin/cache/artifacts/engine/<platform>/dart-sdk * Download all dart sdks when 'flutter precache -a'
-
Vyacheslav Egorov authored
-
Alexandre Ardhuin authored
-
najeira authored
* add explanation about navigator to showDialog doc * update doc by review
-
Ian Hickson authored
-