mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 23:12:50 +00:00
Support Flutter 3.10
This commit is contained in:
parent
dcca75e228
commit
64e526b20e
5 changed files with 92 additions and 108 deletions
|
@ -191,7 +191,7 @@ class UpdateScreen extends StatelessWidget {
|
|||
padding: const EdgeInsets.symmetric(horizontal: 16),
|
||||
child: Html(
|
||||
data: html.parse(md.markdownToHtml(serversProvider.updateAvailable.data!.changelog!)).outerHtml,
|
||||
onLinkTap: (url, context, attributes, element) => url != null ? openUrl(url) : null,
|
||||
onLinkTap: (url, context, attributes) => url != null ? openUrl(url) : null,
|
||||
)
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue