This commit is contained in:
Yegor Vialov
2020-04-28 21:43:48 +00:00
parent cb74108814
commit 31c6509d13
3 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@ final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersionNumber = "0.8.5";
const appVersionAdd = "alpha1";
const appVersionAdd = "";
const appVersion = "$appVersionNumber$appVersionAdd";
Future<void> _reportError(dynamic error, dynamic stackTrace) async {

View File

@ -14,7 +14,7 @@ class StartupUserMessagesManager {
bool _supportAppDevelopmentMessageShown;
bool _whatsNewMessageShown;
static final _supportAppDevelopmentMessageKey = "user-message-shown-support-development_3";
static final _whatsNewMessageKey = "user-message-shown-whats-new-888";
static final _whatsNewMessageKey = "user-message-shown-whats-new-894";
void checkMessagesToShow() async {
SharedPreferences prefs = await SharedPreferences.getInstance();