Lightmeter app inspired by Material 3 design system.
Find a file
Vadim 74d0a7101c
ML-62 Bloc's tests (#78)
* removed redundant `UserPreferencesService` from `MeteringBloc`

* wip

* post-merge fixes

* `MeasureEvent` tests

* `MeasureEvent` tests revision

* `MeasureEvent` tests added timeout

* added stubs for other `MeteringBloc` events

* rewritten `MeteringBloc` logic

* wip

* `IsoChangedEvent` tests

* refined `IsoChangedEvent` tests

* `NdChangedEvent` tests

* `FilmChangedEvent` tests

* `MeteringCommunicationBloc` tests

* added test run to ci

* overriden `==` for `MeasuredState`

* `LuxMeteringEvent` tests

* refined `LuxMeteringEvent` tests

* rename

* wip

* wip

* `InitializeEvent`/`DeinitializeEvent` tests

* clamp minZoomLevel

* fixed `MeteringCommunicationBloc` tests

* wip

* `ZoomChangedEvent` tests

* `ExposureOffsetChangedEvent`/`ExposureOffsetResetEvent` tests

* renamed test groups

* added test coverage script

* improved `CameraContainerBloc` test coverage

* `EquipmentProfileChangedEvent` tests

* verify response vibration

* fixed running all tests

* `MeteringCommunicationBloc` equality tests

* `CameraContainerBloc` equality tests

* removed generated code from coverage
2023-06-20 08:43:49 +02:00
.github/workflows ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02:00
.vscode ML-58 Metering UX improvements (#63) 2023-05-16 11:47:53 +02:00
android Updated kotlin version 2023-05-16 12:04:49 +02:00
assets
doc Added GP resources 2023-04-08 17:27:04 +03:00
ios
lib ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02:00
test/screens/metering ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02:00
.gitignore ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02:00
.metadata
analysis_options.yaml Updated dependencies versions + lints 2023-05-19 10:47:58 +02:00
crowdin.yml
LICENSE
PRIVACY_POLICY.md
pubspec.yaml ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02:00
README.md Checked reciprocity in legacy features 2023-04-09 17:31:51 +03:00
test_coverage.sh ML-62 Bloc's tests (#78) 2023-06-20 08:43:49 +02: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

As part of this project is private, you will be able to run this app from the main_dev.dart file (i.e. --flavor dev). Also to avoid fatal errors the main_prod.dart file is excluded from analysis.

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.