Commit graph

14401 commits

Author SHA1 Message Date
Shi-Hao Hong 3265e15925
SliverAppBar shape property (#33073) 2019-05-21 08:30:58 -07:00
engine-flutter-autoroll 277d5fe5f6
6dd38f3b8 Roll src/third_party/skia 1903c94f44fd..54fbe0f813c1 (6 commits) (flutter/engine#9030) (#33128)
301f560bd8...6dd38f3b85

git log 301f560bd835e462134b491f1d5a74d21d03f3a8..6dd38f3b85753f5830ac490de15547ec3a588ac0 --no-merges --oneline
6dd38f3b8 Roll src/third_party/skia 1903c94f44fd..54fbe0f813c1 (6 commits) (flutter/engine#9030)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (garyq@google.com), and stop
the roller if necessary.
2019-05-21 10:50:24 -04:00
Michael Thomsen 7ae3caf309
Rename flutter packages to flutter pub (#33041) 2019-05-21 16:38:58 +02:00
engine-flutter-autoroll d5aae54a28
301f560bd Roll src/third_party/skia dbc3caaf6c3d..1903c94f44fd (1 commits) (flutter/engine#9028) (#33096)
e40768c63a...301f560bd8

git log e40768c63a00252062ea1061a6db9e756ccb65e8..301f560bd835e462134b491f1d5a74d21d03f3a8 --no-merges --oneline
301f560bd Roll src/third_party/skia dbc3caaf6c3d..1903c94f44fd (1 commits) (flutter/engine#9028)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 23:19:18 -04:00
engine-flutter-autoroll 9e7923dba0
e40768c63 Initialize next_pointer_flow_id_ to 0 (flutter/engine#9026) (#33093)
3d2e9b24aa...e40768c63a

git log 3d2e9b24aa712ba60206e7ac392a709df0939635..e40768c63a00252062ea1061a6db9e756ccb65e8 --no-merges --oneline
e40768c63 Initialize next_pointer_flow_id_ to 0 (flutter/engine#9026)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 22:15:17 -04:00
engine-flutter-autoroll 0b107c285f
3d2e9b24a Correct the return type of addRetained (flutter/engine#9025) (#33089)
e3772232c2...3d2e9b24aa

git log e3772232c2d24c174beac7ef03dff63907cdda46..3d2e9b24aa712ba60206e7ac392a709df0939635 --no-merges --oneline
3d2e9b24a Correct the return type of addRetained (flutter/engine#9025)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 21:13:17 -04:00
Darren Austin 5ba0461b6d
Fixed several issues with the confirmDismiss handling on the LeaveBehindItem demo. (#33080) 2019-05-20 18:10:24 -07:00
Todd Volkert 592f81e7c4
Add some sanity to the ImageStream listener API (#32936)
The current API was broken in that you registered multiple
callbacks at once, but when you removed listeners, only the
primary listener was used to determine what was removed.
This led to unintuitive cases where the caller could get
unexpected behavior.

This updates the API to add and remove listeners using
a newly introduced [ImageStreamListener] object, a value
object that has references to the individual callbacks
that may fire.

flutter/flutter#24722
flutter/flutter#32374
flutter/flutter#32935
2019-05-20 17:40:03 -07:00
Greg Spencer d31ce31a27
Update enabled color for outlined text fields. (#33083)
Resets the enabled color for outline text field default borders to "On Surface 38%" instead of "On Surface 12%" to match spec. Also fixes the hover overlay to be "On Surface 12%" to match spec.
2019-05-20 17:25:59 -07:00
engine-flutter-autoroll cd814eb3fb
Roll engine e1599ccd3f89..e3772232c2d2 (2 commits) (#33082)
e1599ccd3f...e3772232c2

git log e1599ccd3f89943a11c89ac8a31cc7d3edd72073..e3772232c2d24c174beac7ef03dff63907cdda46 --no-merges --oneline
e3772232c Roll src/third_party/dart 82c8c78739..b48c8b1d1c (5 commits) (flutter/engine#9021)
14912e8e1 Roll src/third_party/skia d93ee53affd3..dbc3caaf6c3d (9 commits) (flutter/engine#9024)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 20:21:17 -04:00
Todd Volkert 8eb7b72926
Add onBytesReceived callback to consolidateHttpClientResponseBytes() (#32853)
This will allow us to plumb the chunks in a chunked response
up to the higher levels of the framework to notify interested
parties of network loading progress.

https://github.com/flutter/flutter/issues/32374
2019-05-20 16:43:43 -07:00
Todd Volkert 2b15b24486
Add debugNetworkImageHttpClientProvider (#32857)
Currently, the fact that NetworkImage uses a static HttpClient
makes it impossible to properly test, as a mock in one test will
be reused in another test. This change fixes that.

https://github.com/flutter/flutter/issues/32374
2019-05-20 16:33:40 -07:00
engine-flutter-autoroll 950493ff20
e1599ccd3 Fix horizontal scroll direction for macOS (flutter/engine#9022) (#33075)
dbf083bda1...e1599ccd3f

git log dbf083bda15740c6c10891a402c81c4ebf67e0fd..e1599ccd3f89943a11c89ac8a31cc7d3edd72073 --no-merges --oneline
e1599ccd3 Fix horizontal scroll direction for macOS (flutter/engine#9022)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 19:03:20 -04:00
Efthymis Sarmpanis 21e715014b Documentation fix for debugProfileBuildsEnabled (#32909) 2019-05-20 15:31:12 -07:00
engine-flutter-autoroll b40b9f06ba
dbf083bda Macos systemnavigator pop (flutter/engine#9019) (#33069)
760fea25cf...dbf083bda1

git log 760fea25cf41aa2541f29a3123eabacd92a5a204..dbf083bda15740c6c10891a402c81c4ebf67e0fd --no-merges --oneline
dbf083bda Macos systemnavigator pop (flutter/engine#9019)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 18:10:18 -04:00
Tong Mu 7f969d0f8a
Redo#2: Add buttons to gestures (#31935)
* Revert "Revert "Redo: Add buttons to gestures (#31819)" (#31912)"

This reverts commit 60a1b2b9ea.
2019-05-20 14:18:30 -07:00
engine-flutter-autoroll 1b0ee5e45f
Roll engine 20f5000bc5ee..760fea25cf41 (3 commits) (#33067)
20f5000bc5...760fea25cf

git log 20f5000bc5eef9fcf099084ed0440566392719b0..760fea25cf41aa2541f29a3123eabacd92a5a204 --no-merges --oneline
760fea25c remove m prefix from fields in the Android PlatformViews code (flutter/engine#9020)
75678602b Minor fixes/adjustments to the GLFW shell (flutter/engine#8990)
effc21473 Roll src/third_party/skia a8ceb775c12f..d93ee53affd3 (8 commits) (flutter/engine#9018)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 17:09:17 -04:00
Greg Spencer d0c603d0bb
Turn off container focus highlight for filled text fields. (#33062)
This turns off focus highlight for filled text fields, since it turns out not to be to spec.
2019-05-20 13:39:53 -07:00
Todd Volkert e2042bae6d
Revert "Add assert that the root widget has been attached. (#32437)" (#33068)
This reverts commit 069303d46f.
2019-05-20 13:30:41 -07:00
Emmanuel Garcia 90f38907d7
Support ARM 32 and 64 bits in app bundles 2019-05-20 13:09:20 -07:00
Sam Rawlins c2a93bd545 Fix missing return statements on function literals (#33058) 2019-05-20 12:51:57 -07:00
engine-flutter-autoroll 539ff20384
Roll engine 3a509192aad9..20f5000bc5ee (2 commits) (#33060)
3a509192aa...20f5000bc5

git log 3a509192aad9e0b52c49846fa9f258a03952fa88..20f5000bc5eef9fcf099084ed0440566392719b0 --no-merges --oneline
20f5000bc Add mode to load AOT snapshots as a native lib (flutter/engine#8979)
ec347cfbb Roll src/third_party/dart ed169c4bb0..82c8c78739 (17 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 14:39:17 -04:00
Sam Rawlins 19d74f5929 Add more missing returns (#32503) 2019-05-20 09:55:43 -07:00
Todd Volkert 069303d46f
Add assert that the root widget has been attached. (#32437) 2019-05-20 09:27:39 -07:00
engine-flutter-autoroll 40300fb8a9
3a509192a Roll src/third_party/skia f4c66ccafcb7..a8ceb775c12f (3 commits) (flutter/engine#9015) (#33049)
adc946e746...3a509192aa

git log adc946e746329cfe7bf2e77e8ddb943e53d27fb9..3a509192aad9e0b52c49846fa9f258a03952fa88 --no-merges --oneline
3a509192a Roll src/third_party/skia f4c66ccafcb7..a8ceb775c12f (3 commits) (flutter/engine#9015)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 12:04:21 -04:00
Alexandre Ardhuin c0125cb44a
fix bad lint commented out (#33026) 2019-05-20 17:00:45 +02:00
Todd Volkert eabdee80aa
Add widget of the week videos (#32982)
* AnimatedList
* Flexible
* Draggable
* ValueListenableBuilder
2019-05-20 07:54:56 -07:00
engine-flutter-autoroll 40138f5456
adc946e74 Roll src/third_party/skia 6a8c3f07e81a..f4c66ccafcb7 (2 commits) (flutter/engine#9013) (#33031)
83137188d7...adc946e746

git log 83137188d7b08cc8ef464f276c223ab6052e29e2..adc946e746329cfe7bf2e77e8ddb943e53d27fb9 --no-merges --oneline
adc946e74 Roll src/third_party/skia 6a8c3f07e81a..f4c66ccafcb7 (2 commits) (flutter/engine#9013)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 06:09:17 -04:00
engine-flutter-autoroll 21099f3b1b
83137188d Roll src/third_party/dart 9e30fbaea4..ed169c4bb0 (4 commits) (#33030)
639c2d0700...83137188d7

git log 639c2d0700d66a960d3305e8b0a4e709b91acfdf..83137188d7b08cc8ef464f276c223ab6052e29e2 --no-merges --oneline
83137188d Roll src/third_party/dart 9e30fbaea4..ed169c4bb0 (4 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 05:14:17 -04:00
engine-flutter-autoroll 0578fe1d77
639c2d070 Roll src/third_party/skia ed2255b4ea13..6a8c3f07e81a (1 commits) (flutter/engine#9011) (#33025)
beb8e75121...639c2d0700

git log beb8e75121422675c5aa328c31af617e551695e0..639c2d0700d66a960d3305e8b0a4e709b91acfdf --no-merges --oneline
639c2d070 Roll src/third_party/skia ed2255b4ea13..6a8c3f07e81a (1 commits) (flutter/engine#9011)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-20 02:37:17 -04:00
xster 51799d3190
Cupertino localization step 12 try 2: push translation for all supported languages (#32513) 2019-05-19 04:10:34 -07:00
engine-flutter-autoroll 6740d3d072
beb8e7512 Roll src/third_party/skia 8c6bfe5350cf..ed2255b4ea13 (1 commits) (flutter/engine#9009) (#32988)
db852610b4...beb8e75121

git log db852610b4f51792c2a74c8576681342a9cbcf1e..beb8e75121422675c5aa328c31af617e551695e0 --no-merges --oneline
beb8e7512 Roll src/third_party/skia 8c6bfe5350cf..ed2255b4ea13 (1 commits) (flutter/engine#9009)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-19 07:06:17 -04:00
Greg Spencer 47a9ddc803
Make hover and focus not respond when buttons and fields are disabled. (#32914)
Disabled fields and buttons were responding to hover and focus changes, and they shouldn't.
2019-05-18 14:58:38 -07:00
Greg Spencer 76dccbe2fb
Use reverseDuration on Tooltip and InkWell. (#32904)
This puts the new AnimationController reverseDuration argument to use in two places: focus for InkWells and fade out for Tooltips.
2019-05-18 12:56:40 -07:00
engine-flutter-autoroll 71d370fd7b
Roll engine 065fe5b21092..db852610b4f5 (12 commits) (#32966)
065fe5b210...db852610b4

git log 065fe5b2109291c84e24ce16763e6761d8cd3077..db852610b4f51792c2a74c8576681342a9cbcf1e --no-merges --oneline
db852610b Roll src/third_party/skia 76346ac952c4..8c6bfe5350cf (2 commits) (flutter/engine#9008)
9bb8e3200 Roll src/third_party/dart c6f6713de1..9e30fbaea4 (6 commits)
525e39202 Roll src/third_party/dart b1f9f2182d..c6f6713de1 (4 commits)
d946e3e89 Rename Fuchsia Dart and Flutter runners (flutter/engine#9003)
197feb511 [fuchsia] Update zx_clock_get callers (flutter/engine#8998)
03f35e2a5 Roll src/third_party/dart b2a3d1c31b..b1f9f2182d (1 commits)
8840b7546 Roll src/third_party/skia 0c6daf034b11..76346ac952c4 (30 commits) (flutter/engine#9000)
c181972a4 New Plugin API PR3: Introduces Service, BroadcastReceiver, and ContentProvider awareness, control surfaces, and plugin bindings. (flutter/engine#8962)
682a6a8d0 Roll src/third_party/dart 0e8656e045..b2a3d1c31b (2 commits)
74b1f3270 Roll src/third_party/skia c6568afa0b63..0c6daf034b11 (1 commits) (flutter/engine#8995)
2e6ed7cdc Roll Buildroot (flutter/engine#8996)
865cb1c98 Roll src/third_party/dart 5ffff98440..0e8656e045 (1 commits)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-18 11:51:39 -04:00
Todd Volkert 1f2972c7b6
Prepare for API addition to HttpClientResponse (#32834)
https://github.com/dart-lang/sdk/issues/36971
2019-05-17 10:44:08 -07:00
LongCatIsLooong 8fa470f38c
Add CupertinoTabController (#31227)
Add CupertinoTabController that allows a CupertinoTabScaffold's current page to be controlled from an ancestor widget.
2019-05-17 09:59:12 -07:00
Shi-Hao Hong a0ed52caa6
Add Doc Samples For CheckboxListTile, RadioListTile and SwitchListTile (#32703)
* Moved Radio documentation line to be above sample

* Added LabeledRadio sample

* Add LabeledCheckbox sample

* Add LabeledSwitch sample

* Added LinkedLabelRadio sample to RadioListTile

* Added LinkedLabelCheckbox sample to CheckboxListTile

* Added LinkedLabelSwitch sample to SwitchListTile

* Added reference to Semantics docs

* Improve simple SwitchListTile, RadioListTile and CheckboxListTile samples

* Added assets to all SwitchListTile, RadioListTile and CheckboxListTile samples
2019-05-17 09:24:26 -07:00
Justin McCandless 95eed87640
Add enableInteractiveSelection to CupertinoTextField and test it (#32823)
Adds a field that already exists in Material's TextField.
2019-05-17 07:56:11 -07:00
engine-flutter-autoroll 4aaeb4e11f
065fe5b21 remove unnecessary [new from docs (flutter/engine#8986) (#32868)
b6981a38b9...065fe5b210

git log b6981a38b99f506020f9a5b52dd2a67d960c1252..065fe5b2109291c84e24ce16763e6761d8cd3077 --no-merges --oneline
065fe5b21 remove unnecessary `[new` from docs (flutter/engine#8986)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 23:52:38 -04:00
engine-flutter-autoroll eba005e94e
b6981a38b Enable hover by default for desktop shells (flutter/engine#8991) (#32859)
e94d352e6f...b6981a38b9

git log e94d352e6f7c881743ae402ccccc921b09021766..b6981a38b99f506020f9a5b52dd2a67d960c1252 --no-merges --oneline
b6981a38b Enable hover by default for desktop shells (flutter/engine#8991)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 21:57:39 -04:00
Devon Carew 50a9c31f5e
reduce retry attempts for flutter creatte --list-samples (#32833) 2019-05-16 18:20:30 -07:00
engine-flutter-autoroll bfae0bb5cf
Roll engine 859cd982a170..e94d352e6f7c (2 commits) (#32851)
859cd982a1...e94d352e6f

git log 859cd982a170ca22b14133a030b843b88756b8f1..e94d352e6f7c881743ae402ccccc921b09021766 --no-merges --oneline
e94d352e6 Roll src/third_party/dart cc2d5adec9..5ffff98440 (3 commits)
424940f17 Add support for the Fontconfig-based Skia font manager (flutter/engine#8977)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 20:36:38 -04:00
Greg Spencer 9f21ae0de5
Text field focus and hover support. (#32776)
This adds support for an animated focusColor and hoverColor to InputDecorator. This color will blend with the background over a fade in period whenever the InputDecorator is focused or hovered, respectively.

It also adds a Listener to the TextField to listen for hover events.
2019-05-16 17:31:46 -07:00
Darren Austin 8c05e8c1d4
Added a missing dispose of an AnimationController that was causing a ticker leak. (#32843) 2019-05-16 17:15:09 -07:00
engine-flutter-autoroll c864adcd67
859cd982a Roll src/third_party/skia 7921042df7e5..c6568afa0b63 (6 commits) (flutter/engine#8988) (#32840)
9d7cd70ce5...859cd982a1

git log 9d7cd70ce5346d1c8bf1d1a3595cdc9f314c0825..859cd982a170ca22b14133a030b843b88756b8f1 --no-merges --oneline
859cd982a Roll src/third_party/skia 7921042df7e5..c6568afa0b63 (6 commits) (flutter/engine#8988)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 19:11:39 -04:00
engine-flutter-autoroll 331c3e9441
Roll engine 288a855bfd8e..9d7cd70ce534 (3 commits) (#32837)
288a855bfd...9d7cd70ce5

git log 288a855bfd8e0f32024b1457319def24b47670e7..9d7cd70ce5346d1c8bf1d1a3595cdc9f314c0825 --no-merges --oneline
9d7cd70ce add observatoryUrl property to FlutterEngine (flutter/engine#8987)
34a524837 Add matrix4 param to Linear gradients (flutter/engine#8985)
aa63f090f libtxt: add a BoxHeightStyle option based on the height of the strut (flutter/engine#8927)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 18:08:39 -04:00
chunhtai 3f92640521
Visual selection is not adjusted when changing text selection with TalkBack (#32832) 2019-05-16 14:41:39 -07:00
engine-flutter-autoroll 900875fd3f
288a855bf Roll src/third_party/skia b3c0bf642613..7921042df7e5 (1 commits) (flutter/engine#8984) (#32828)
5283341b4b...288a855bfd

git log 5283341b4b6945f1921bb03d2d245ea4ccd1f24c..288a855bfd8e0f32024b1457319def24b47670e7 --no-merges --oneline
288a855bf Roll src/third_party/skia b3c0bf642613..7921042df7e5 (1 commits) (flutter/engine#8984)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop
the roller if necessary.
2019-05-16 17:12:39 -04:00
Alexandre Ardhuin 4fa32df141
use null aware operators (#32711)
* use null aware operators

* rollback changes about null-aware operator

* disable lint prefer_is_not_empty
2019-05-16 22:25:51 +02:00