mirror of
https://github.com/flutter/flutter.git
synced 2026-02-04 19:00:09 +08:00
Update all versions, specifically file which fixes some bugs that caused tests to fail if run in different orders: - systemTemp directories created by MemoryFileSystem will allot names based on the file system instance instead of globally. - MemoryFile.readAsLines()/readAsLinesSync() no longer treat a final newline in the file as the start of a new, empty line. - RecordingFile.readAsLine()/readAsLinesSync() now always record a final newline.
Tracing tests
The tests in this folder must be run with flutter test --enable-vmservice,
since they test that trace data is written to the timeline by connecting to
the observatory.
These tests will fail if run without this flag.