flutter/packages/_flutter_web_build_script
Jonah Williams 37db92beeb
[versions] update all versions and fix tool tests (#60127)
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.
2020-06-23 15:48:37 -07:00
..
lib [flutter_tools] remove build script from tool package (#50690) 2020-02-26 08:25:04 -08:00
analysis_options.yaml [flutter_tools] remove build script from tool package (#50690) 2020-02-26 08:25:04 -08:00
pubspec.yaml [versions] update all versions and fix tool tests (#60127) 2020-06-23 15:48:37 -07:00
README.md [flutter_tools] remove build script from tool package (#50690) 2020-02-26 08:25:04 -08:00

This package contains the custom build script used to compile Flutter for Web applications before support for JavaScript was added into the frontend_server. It is still used for test compilation today, and is hosted here to reduce the number of dependencies that the flutter_tool has. For more information on the plans for flutter test --platform=chrome, see https://github.com/flutter/flutter/issues/50594