We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53607dd commit 4ead86bCopy full SHA for 4ead86b
appveyor.yml
@@ -20,6 +20,7 @@ install:
20
build_script:
21
- python .ci/patch_toml_version.py pyproject.toml $PYPI_VER
22
- python .ci/patch_pubspec_version.py src/flutter/flet_*/pubspec.yaml $PKG_VER
23
+- (cd src/flutter/* && dart pub get && dart analyze && cd -)
24
- uv build
25
26
deploy_script:
0 commit comments