mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 00:10:47 +00:00
version bump
This commit is contained in:
parent
08274c6bb8
commit
fdd3d2891f
2 changed files with 7 additions and 2 deletions
|
@ -16,7 +16,12 @@ Without further delay behold my new Lightmeter app inspired by Material You (a.k
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
- [Backstory](#backstory)
|
- [Backstory](#backstory)
|
||||||
|
- [Table of contents](#table-of-contents)
|
||||||
- [Legacy features](#legacy-features)
|
- [Legacy features](#legacy-features)
|
||||||
|
- [Metering](#metering)
|
||||||
|
- [Adjust](#adjust)
|
||||||
|
- [General](#general)
|
||||||
|
- [Theme](#theme)
|
||||||
- [Build](#build)
|
- [Build](#build)
|
||||||
|
|
||||||
## Legacy features
|
## Legacy features
|
||||||
|
@ -48,5 +53,5 @@ The list of features that the old lightmeter app has and that have to be impleme
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```
|
```
|
||||||
flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3
|
flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: lightmeter
|
name: lightmeter
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
publish_to: "none"
|
publish_to: "none"
|
||||||
version: 0.3.0+5
|
version: 0.4.0+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.18.0 <3.0.0"
|
sdk: ">=2.18.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue