feat: Improved UX design for new chat page

This commit is contained in:
krille-chan 2023-11-19 12:49:15 +01:00
commit f58b9b814a
No known key found for this signature in database
5 changed files with 261 additions and 119 deletions

View file

@ -25,6 +25,8 @@ abstract class AppConfig {
'https://github.com/krille-chan/fluffychat/wiki/Push-Notifications-without-Google-Services';
static const String encryptionTutorial =
'https://github.com/krille-chan/fluffychat/wiki/How-to-use-end-to-end-encryption-in-FluffyChat';
static const String startChatTutorial =
'https://github.com/krille-chan/fluffychat/wiki/How-to-Find-Users-in-FluffyChat';
static const String appId = 'im.fluffychat.FluffyChat';
static const String appOpenUrlScheme = 'im.fluffychat';
static String _webBaseUrl = 'https://fluffychat.im/web';