Lightmeter app inspired by Material 3 design system.
Find a file
2023-01-25 12:53:52 +03:00
.github/workflows Added intl generation to ci 2022-12-05 21:56:17 +03:00
.vscode added env 2023-01-23 21:25:24 +03:00
android Synced Android app name with iOS 2022-12-17 21:09:32 +03:00
assets Generated launcher icons 2022-12-16 18:52:26 +03:00
doc Update style_guide.md 2023-01-25 12:49:22 +03:00
ios Generated launcher icons 2022-12-16 18:52:26 +03:00
lib updated flutter to 3.7 2023-01-25 12:06:30 +03:00
test Fixed _models_ and _screens_ folders structure 2022-12-18 14:39:02 +03:00
.gitignore Remove generated content from git 2022-12-05 21:50:40 +03:00
.metadata
analysis_options.yaml clean up 2022-10-15 19:38:34 +03:00
LICENSE
pubspec.yaml updated flutter to 3.7 2023-01-25 12:06:30 +03:00
README.md Update README.md 2023-01-25 12:53:52 +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.