flutter/packages/_flutter_web_build_script
Jacob MacDonald 67e9b2945e
update to use more null safe packages (#62525)
Updates all the dependencies used in the most basic test and flutter_test isolates.
2020-08-03 12:29:30 -07:00
..
lib [versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
analysis_options.yaml [flutter_tools] remove build script from tool package (#50690) 2020-02-26 08:25:04 -08:00
pubspec.yaml update to use more null safe packages (#62525) 2020-08-03 12:29:30 -07:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07: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