Lightmeter app inspired by Material 3 design system.
Find a file
Vadim 5eb0869aa0 Fixed CameraPreview aspect ratio
Probably will be changed in future, is it currently relies on the `ResolutionPreset` being tied with aspect ratio
2023-01-07 13:23:54 +03:00
.github/workflows
.vscode Fixed CameraPreview aspect ratio 2023-01-07 13:23:54 +03:00
android Synced Android app name with iOS 2022-12-17 21:09:32 +03:00
assets
ios
lib Fixed CameraPreview aspect ratio 2023-01-07 13:23:54 +03:00
test Fixed _models_ and _screens_ folders structure 2022-12-18 14:39:02 +03:00
.gitignore
.metadata
analysis_options.yaml
LICENSE
pubspec.yaml Added version label 2022-12-17 21:05:50 +03:00
README.md Fixed CameraPreview aspect ratio 2023-01-07 13:23:54 +03:00

Material Lightmeter

Backstory

Some time ago I've started developing the Material Lightmeter app. Unfortunately, the last update of this app was almost a year prior to creation of this repo. So after reading some positive review on Google Play saying that "this is an excellent app, too bad it is no longer updated", I've decided to make an update and also make this app open source. Maybe someone sometime will decide to contribute to this project.

But as the existing repo contained some sensitive data, that I've pushed due to lack of experience, I had to make a new one. And if creating a new repo, why not rewrite the app from scratch?)

Without further delay behold my new Lightmeter app inspired by Material You (a.k.a. M3)

Build

flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3
flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3