You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fluffychat/lib/config/app_config.dart

5 lines
145 B
Dart

abstract class AppConfig {
static const String applicationName = 'FluffyChat';
static const String defaultHomeserver = 'matrix.tchncs.de';
}