mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-07 10:49:32 +00:00
routes
This commit is contained in:
parent
ebc14a0448
commit
f8597f7430
13 changed files with 509 additions and 33 deletions
12
lib/extensions/hero_tag_conventions.dart
Normal file
12
lib/extensions/hero_tag_conventions.dart
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
class HeroTagPrefixes {
|
||||
static const String heroTagPrefix = 'hero_tag_';
|
||||
|
||||
/// The hero tag for the book cover
|
||||
static const String bookCover = 'book_cover_';
|
||||
static const String bookCoverSkeleton = 'book_cover_skeleton_';
|
||||
static const String authorAvatar = 'author_avatar_';
|
||||
static const String authorAvatarSkeleton = 'author_avatar_skeleton_';
|
||||
static const String authorName = 'author_name_';
|
||||
static const String bookTitle = 'book_title_';
|
||||
static const String narratorName = 'narrator_name_';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue