mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 12:39:29 +00:00
something
This commit is contained in:
parent
dbf4ce1959
commit
a720c977c2
115 changed files with 8819 additions and 1 deletions
8
lib/settings/constants.dart
Normal file
8
lib/settings/constants.dart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import 'package:flutter/foundation.dart' show immutable;
|
||||
|
||||
|
||||
@immutable
|
||||
class AppMetadata {
|
||||
const AppMetadata._();
|
||||
static const String appName = 'Whispering Pages';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue