update deps (#1)

* update dep

* update deps
This commit is contained in:
bggRGjQaUbCoE
2024-10-05 12:15:40 +08:00
committed by GitHub
parent 052e8f905e
commit 3357433f57
4 changed files with 144 additions and 168 deletions

View File

@@ -208,12 +208,9 @@ class MorePanel extends StatelessWidget {
style: Theme.of(context).textTheme.titleSmall,
),
leading: const Icon(Icons.share_outlined, size: 19),
onTap: () async {
onTap: () {
Get.back();
var result = await Share.share(
'${HttpString.dynamicShareBaseUrl}/${item.idStr}')
.whenComplete(() {});
return result;
Share.share('${HttpString.dynamicShareBaseUrl}/${item.idStr}');
},
minLeadingWidth: 0,
),