Log every feature and how we reach the purchase page

We now have a list of all the features that are implemented, and we can
use that to show a kind of feature list which can be used to -

1. Move away from app rental model
2. Showcase a feature list; see WorkingCopy
This commit is contained in:
Vishesh Handa
2020-08-10 16:05:26 +02:00
parent b82b5ee658
commit c048ead8a9
10 changed files with 275 additions and 32 deletions

View File

@ -6,6 +6,7 @@ import 'package:provider/provider.dart';
import 'package:url_launcher/url_launcher.dart';
import 'package:gitjournal/core/notes_folder_fs.dart';
import 'package:gitjournal/features.dart';
import 'package:gitjournal/screens/debug_screen.dart';
import 'package:gitjournal/screens/settings_editors.dart';
import 'package:gitjournal/screens/settings_experimental.dart';
@ -157,6 +158,7 @@ class SettingsListState extends State<SettingsList> {
},
),
ProOverlay(
feature: Feature.customizeHomeScreen,
child: ListPreference(
title: tr('settings.display.homeScreen'),
currentOption: settings.homeScreen.toPublicString(),