upgraded pub packages

This commit is contained in:
Kima
2024-02-24 23:19:37 +01:00
parent ae1f3f9389
commit 25bec328fa
34 changed files with 291 additions and 194 deletions

View File

@@ -82,7 +82,8 @@ class UpdateViewState extends State<UpdateView> {
padding: const EdgeInsets.symmetric(horizontal: 12.0),
physics: const BouncingScrollPhysics(),
data: widget.release.body,
onTapLink: (text, href, title) => launch(href ?? ""),
onTapLink: (text, href, title) =>
launchUrl(Uri.parse(href ?? "")),
),
),
),