Lightmeter app inspired by Material 3 design system.
Find a file
2023-02-07 18:19:46 +03:00
.github/workflows Added intl generation to ci 2022-12-05 21:56:17 +03:00
.vscode fixed permission handling 2023-02-07 18:07:35 +03:00
android [Android] removed unused permissions 2023-02-07 18:19:46 +03:00
assets Generated launcher icons 2022-12-16 18:52:26 +03:00
doc ML-12 Prepare repo to be public (#13) 2023-01-25 13:08:11 +03:00
ios Generated launcher icons 2022-12-16 18:52:26 +03:00
lib translations cleanup 2023-02-07 18:09:55 +03:00
test Fixed _models_ and _screens_ folders structure 2022-12-18 14:39:02 +03:00
.gitignore Format & tasks 2023-01-26 18:03:48 +03:00
.metadata
analysis_options.yaml clean up 2022-10-15 19:38:34 +03:00
LICENSE
pubspec.yaml fixed permission handling 2023-02-07 18:07:35 +03:00
README.md Update README.md 2023-02-05 17:34:48 +03:00

Material Lightmeter

Table of contents

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)

Legacy features

The list of features that the old lightmeter app has and that have to be implemeneted in the M3 lightmeter.

Metering

  • ISO selecting
  • Reciprocity for different films
  • Reflected light metering
  • Incident light metering

Adjust

  • Light sources EV calibration
  • Customizable aperture range
  • Customizable shutter speed range
  • ND filter select

General

  • Caffeine
  • Vibration
  • Volume button actions

Theme

  • Dark theme
  • Picking primary color
  • Russian language

Build

flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart

Contribution

To report a bug or suggest a new feature open a new issue.

In case you want to help develop this project you need to follow this style guide.