mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-07 11:39:29 +00:00
progress visibility on item page
This commit is contained in:
parent
be7f5daa88
commit
865a662b56
21 changed files with 1009 additions and 765 deletions
|
|
@ -4,6 +4,7 @@ import 'package:flutter/foundation.dart' show immutable;
|
|||
@immutable
|
||||
class AppMetadata {
|
||||
const AppMetadata._();
|
||||
// TODO: use the packageinfo package to get the app name
|
||||
static const String appName = 'Whispering Pages';
|
||||
|
||||
static get appNameLowerCase => appName.toLowerCase().replaceAll(' ', '_');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue