0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. flutter_packages
  2. /
  3. packages
  4. /
  5. vector_graphics_codec
  6. /
  7. lib
GGitHub[ci] Run web tests in wasm (unit + integration). (#8111)
11a9fa8b创建于 2025年1月8日历史提交
文件最后提交记录最后更新时间
src
Update vector_graphics to match repo conventions - Add missing licence headers. - Remove analysis options fix new warnings. - Update min SDKs. - Autoformat. - Update pubspecs to follow repo standard. - Includes removing dependency overrides for inter-package path pinning as a default state; this can be added temporarily in PRs with repo tooling. - Allow xml dependency, and relax the pinning requirement to allow an explicit, inclusive-endpoint range. - Skip tests on unsupported platforms. - Switch vector_graphics_codec from flutter_test to test. - Add repo metadata. - Add commemoration to the README. - Add AUTHORS files. - Bump versions and slightly relax version constraints to allow the new versions. 1 年前
vector_graphics_codec.dart
[ci] Run web tests in wasm (unit + integration). (#8111) Adds CI configuration to run web integration tests (in the master channel) compiled to Wasm. It also removes the build-examples step from web integration tests, in some isolated testing: | platform tests shard | With build-examples | Without build-examples | |---|-----|-----| | 1 | 30m | 21m | | 2 | 13m | 11m | | 3 | 17m | 10m | ## Issues * Fixes https://github.com/flutter/flutter/issues/1516641 年前