mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 07:50:42 +00:00
10 lines
287 B
Bash
10 lines
287 B
Bash
|
flutter drive \
|
||
|
--dart-define="cameraPreviewAspectRatio=240/320" \
|
||
|
--driver=test_driver/screenshot_driver.dart \
|
||
|
--target=integration_test/generate_screenshots.dart \
|
||
|
--profile \
|
||
|
--flavor=dev \
|
||
|
--no-dds \
|
||
|
--endless-trace-buffer \
|
||
|
--purge-persistent-cache
|