mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
2b2a5441c7
* added ff for Pro features tile on main screen
5 lines
123 B
Dart
5 lines
123 B
Dart
enum Feature { showUnlockProOnMainScreen }
|
|
|
|
const featuresDefaultValues = {
|
|
Feature.showUnlockProOnMainScreen: false,
|
|
};
|