m3_lightmeter/lib/features.dart
Vadim be0617a99c
ML-46 Add reciprocity failure formulas for some films (#47)
* 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
2023-04-01 22:04:55 +03:00

3 lines
79 B
Dart

class FeaturesConfig {
static const bool equipmentProfilesEnabled = false;
}