TF-2057 Add event hyper link detail widget

(cherry picked from commit 8974e0ab37c2fa0b9097cae638b983e8600db4b2)
This commit is contained in:
dab246
2023-07-28 02:47:10 +07:00
committed by Dat Vu
parent 89ef803679
commit 2268b18809
7 changed files with 115 additions and 8 deletions
@@ -3198,4 +3198,10 @@ class AppLocalizations {
'See all attendees',
name: 'seeAllAttendees');
}
String get link {
return Intl.message(
'Link',
name: 'link');
}
}