mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Adapt welcome route
This commit is contained in:
@ -16,6 +16,7 @@ class Config {
|
||||
final String clientName;
|
||||
final Color splashBackgroundColor;
|
||||
final String appName;
|
||||
final String appQuickDescription;
|
||||
|
||||
const Config({
|
||||
@required this.apiServerName,
|
||||
@ -24,6 +25,7 @@ class Config {
|
||||
@required this.clientName,
|
||||
this.splashBackgroundColor = defaultColor,
|
||||
this.appName = "Comunic",
|
||||
this.appQuickDescription,
|
||||
}) : assert(apiServerName != null),
|
||||
assert(apiServerUri != null),
|
||||
assert(apiServerSecure != null),
|
||||
|
Reference in New Issue
Block a user