code refactor and add season pack size limit

This commit is contained in:
Simon Ding
2024-08-11 17:40:01 +08:00
parent 93e8e78591
commit f110f257d4
5 changed files with 115 additions and 46 deletions

View File

@@ -114,7 +114,8 @@ class _DetailCardState extends ConsumerState<DetailCard> {
"${(widget.details.limiter!.sizeMin).readableFileSize()} - ${(widget.details.limiter!.sizeMax).readableFileSize()}"))
: const SizedBox(),
MenuAnchor(
style: MenuStyle(alignment: Alignment.bottomRight),
style:
MenuStyle(alignment: Alignment.bottomRight),
menuChildren: [
ActionChip.elevated(
onPressed: () => launchUrl(url),