feat: Search for public spaces

This commit is contained in:
krille-chan 2023-12-23 12:14:51 +01:00
commit 715e615e3a
No known key found for this signature in database
5 changed files with 110 additions and 59 deletions

View file

@ -211,7 +211,10 @@ class UserBottomSheetView extends StatelessWidget {
text: status,
style: const TextStyle(fontSize: 16),
options: const LinkifyOptions(humanize: false),
linkStyle: const TextStyle(color: Colors.blueAccent),
linkStyle: const TextStyle(
color: Colors.blueAccent,
decorationColor: Colors.blueAccent,
),
onOpen: (url) => UrlLauncher(context, url.url).launchUrl(),
),
);