mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-15 23:49:30 +00:00
Update app label and branding to "Vaani"
This commit is contained in:
parent
6df55a5d0d
commit
1c95d1e4bb
7 changed files with 8 additions and 7 deletions
|
|
@ -5,7 +5,7 @@ import 'package:flutter/foundation.dart' show immutable;
|
|||
class AppMetadata {
|
||||
const AppMetadata._();
|
||||
// TODO: use the packageinfo package to get the app name
|
||||
static const String appName = 'Whispering Pages';
|
||||
static const String appName = 'Vaani';
|
||||
|
||||
static get appNameLowerCase => appName.toLowerCase().replaceAll(' ', '_');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue