mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +00:00
a52efcd341
* implemented `RemoteConfigService` * added alternative translations * typo * added `firebase_analytics` * dim paid features list tiles * log list tile tap instead of dialog * implemented `RemoteConfigProvider` * typo
5 lines
115 B
Dart
5 lines
115 B
Dart
enum Feature { unlockProFeaturesText }
|
|
|
|
const featuresDefaultValues = {
|
|
Feature.unlockProFeaturesText: false,
|
|
};
|