mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-07 10:37:39 +08:00
code refactor and add season pack size limit
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user