Skip to content

MemoryStdout in packages/flutter_tools/tests/fakes.dart must implement the lineTerminator field #143614

@brianquinlan

Description

@brianquinlan

Steps to reproduce

Dart added a new lineTerminator field to Stdout, which cases this failure:

error - test/src/fakes.dart:126:7 - Missing concrete implementations of 'getter _StdSink.lineTerminator' and 'setter _StdSink.lineTerminator'. Try implementing the missing methods, or make the class abstract. - non_abstract_class_inherits_abstract_member

Expected results

MemoryStdout should implement lineTerminator.

Actual results

It does not.

Code sample

N/A.

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

N/A

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions