Conversation
|
Note for google3: cl/330814656 must be applied when this rolls into google3 (fix is scheduled in FROB). |
|
This change also requires dart-lang/sdk@8008c8d, which has already landed in Flutter. |
@goderbauer feel free to merge this PR when you're available to follow up on google3 |
There was a problem hiding this comment.
@a14n, could this be String this.data so that you can't pass nulls to the default constructor (i.e. Text(null) should be an error) ?
There was a problem hiding this comment.
Sure! Thanks for the review :) A lint could make sense to catch similar issue.
There was a problem hiding this comment.
Done. I also changed Text.rich textSpan parameter.
There was a problem hiding this comment.
Filed dart-lang/linter#2237
|
"google testing" failure was probably caused by an internal merge conflict. Should be resolved. I restarted the tests. Let's see what happens. |
|
"google testing" is passing. I've marked it as waiting for the tree to go green. |
|
This should fix the test failure: #65860. |
Description
AsyncSnapshot.withDataRelated Issues