From e45b8fa13453b63c184d34549e40cb3bbe6621c3 Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Mon, 3 Oct 2022 18:09:41 +0800 Subject: [PATCH] chore: add deprecated messages --- lib/utils/utils.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/utils/utils.dart b/lib/utils/utils.dart index 8f6a344..181f61b 100644 --- a/lib/utils/utils.dart +++ b/lib/utils/utils.dart @@ -17,11 +17,11 @@ export 'package:flutter_vector_icons/flutter_vector_icons.dart' export 'extensions.dart'; class StorageKeys { - @deprecated + @Deprecated('Use `accounts` instead') static const account = 'account'; - @deprecated + @Deprecated('Use `accounts` instead') static const github = 'github'; - @deprecated + @Deprecated('Split into several keys') static const iTheme = 'theme'; static const accounts = 'accounts';