feat: member shop

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-31 12:51:58 +08:00
parent 86346d568e
commit 2956b43f42
25 changed files with 734 additions and 10 deletions

View File

@@ -77,6 +77,9 @@ class PBadge extends StatelessWidget {
case PBadgeType.free:
bgColor = theme.freeColor;
color = Colors.white;
case PBadgeType.shop:
bgColor = theme.secondaryContainer.withValues(alpha: 0.5);
color = theme.onSurfaceVariant;
}
late EdgeInsets paddingStyle = const EdgeInsets.symmetric(