mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-11 00:20:41 +00:00

* Set `targetSdkVersion ` to 35 * unified zoom icons * expose exposure and zoom ranges * added list tile to set exposure offset for equipment profile * added translations * Update metering_screen.png * use latest m3 packages * fixed iap stub * added missing field
6 lines
300 B
Bash
6 lines
300 B
Bash
defaults -currentHost write -g AppleFontSmoothing -int 0
|
|
goldens=$(find ./test -name "*_golden_test.dart" -print)
|
|
for f in $goldens; do
|
|
fvm flutter test "$f" --dart-define cameraStubImage=assets/camera_stub_image.jpg --update-goldens
|
|
done
|
|
defaults -currentHost write -g AppleFontSmoothing -int 3
|