appveyor.yml 212 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 install: - cmd: bin\flutter.bat config --no-analytics - cmd: bin\flutter.bat update-packages cache: - '%APPDATA%\Pub\Cache' build: off test_script: - cmd: bin\cache\dart-sdk\bin\dart.exe -c dev\bots\test.dart