...
This commit is contained in:
@@ -225,7 +225,7 @@ class _LearnMoreScreenState extends State<LearnMoreScreen> with SingleTickerProv
|
||||
Future<void> _shareEvent() async {
|
||||
final title = _event?.title ?? _event?.name ?? 'Check out this event';
|
||||
final url =
|
||||
'https://uat.eventifyplus.com/events/${widget.eventId}';
|
||||
'https://app.eventifyplus.com/event/${widget.eventId}';
|
||||
await Share.share('$title\n$url', subject: title);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user