mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-03-12 13:20:42 +00:00

* added `Film` model with reciprocity formulas * added `FeaturesConfig` * added film picker * unused import * get ISO and ND from equipment profile * udpate iso on film changed * typo
3 lines
79 B
Dart
3 lines
79 B
Dart
class FeaturesConfig {
|
|
static const bool equipmentProfilesEnabled = false;
|
|
}
|