mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-06 06:00:43 +00:00
Compare commits
No commits in common. "9c07527a78e6766bd7905b73ab9b934d60c41015" and "c215d5fa77ab5a0c9efecc66c7719e508a56ed9f" have entirely different histories.
9c07527a78
...
c215d5fa77
3 changed files with 2 additions and 5 deletions
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -136,7 +136,7 @@ jobs:
|
|||
|
||||
- name: Build .ipa
|
||||
run: |
|
||||
flutter build ipa \
|
||||
flutter build ipa ${{ inputs.upload-artifact && '' || '--no-codesign' }} \
|
||||
--release \
|
||||
--flavor $FLAVOR \
|
||||
--target lib/main_$FLAVOR.dart \
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
- Fixed histogram being affected by spot metering.
|
||||
- Improved text fields focus handling.
|
||||
- Added German translation.
|
|
@ -1,7 +1,7 @@
|
|||
name: lightmeter
|
||||
description: Lightmeter app inspired by Material 3 design system.
|
||||
publish_to: "none"
|
||||
version: 1.0.4+59
|
||||
version: 1.0.3+58
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
Loading…
Reference in a new issue