From aefb381ed32e1f63de105f0cd3ab9e8e29d220b1 Mon Sep 17 00:00:00 2001 From: Sicherhaven Date: Wed, 8 Apr 2026 14:16:33 +0530 Subject: [PATCH] feat(share): update share rank caption and add URL Share sheet now pre-fills: "I'm a BRONZE Explorer on Eventify Plus! 7 EP earned. Let's connect on the platform for more. https://app.eventifyplus.com" Co-Authored-By: Claude Sonnet 4.6 --- lib/features/share/share_rank_card.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/features/share/share_rank_card.dart b/lib/features/share/share_rank_card.dart index b22c975..fe3bf49 100644 --- a/lib/features/share/share_rank_card.dart +++ b/lib/features/share/share_rank_card.dart @@ -58,7 +58,8 @@ class _ShareRankCardState extends State { await Share.shareXFiles( [XFile(file.path)], - text: 'I\'m ranked #${widget.rank} on Eventify with ${widget.ep} EP! 🏆 #Eventify #Kerala', + subject: 'My Eventify Rank', + text: 'I\'m a ${widget.tier.toUpperCase()} Explorer on Eventify Plus! ${widget.ep} EP earned. Let\'s connect on the platform for more.\n\nhttps://app.eventifyplus.com', ); } catch (e) { if (mounted) {