Lightmeter app inspired by Material 3 design system.
Find a file
2023-01-20 23:59:06 +03:00
.github/workflows
.vscode Fixed CameraPreview aspect ratio 2023-01-07 13:23:54 +03:00
android
assets
ios
lib [Android] Fixed status bar icon brightness 2023-01-20 23:59:06 +03:00
test
.gitignore
.metadata
analysis_options.yaml
LICENSE
pubspec.yaml
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