mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-06-21 02:18:03 +00:00
Compare commits
2 Commits
b5c3482a6d
...
8b66c71a7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b66c71a7b | ||
|
|
c2039d14fd |
@ -192,12 +192,11 @@ class ArtistPageHeader extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
const Gap(5),
|
const Gap(5),
|
||||||
|
if (artist.followers != null)
|
||||||
Flexible(
|
Flexible(
|
||||||
child: AutoSizeText(
|
child: AutoSizeText(
|
||||||
context.l10n.followers(
|
context.l10n.followers(
|
||||||
artist.followers == null
|
PrimitiveUtils.toReadableNumber(
|
||||||
? double.infinity
|
|
||||||
: PrimitiveUtils.toReadableNumber(
|
|
||||||
artist.followers!.toDouble(),
|
artist.followers!.toDouble(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user