Skip to content

Commit cae1cbc

Browse files
committed
ALL DONE
1 parent c44865d commit cae1cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/privatepostcardwidget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class _PrivatePostCardState extends State<PrivatePostCard> {
5252
Uint8List bytes = await consolidateHttpClientResponseBytes(response);
5353
await Share.file('InstaClone ${widget.profilename}',
5454
'instaclone_post_${widget.profilename}.jpg', bytes, 'image/jpg',
55-
text: 'Check out ${widget.profilename}\'s post on Instaclone');
55+
text: 'Check out ${widget.profilename}\'s post on Instaclone.\n\nYou can also join by installing the app from bit.ly/instaclone1');
5656
} catch (e) {
5757
print('error: $e');
5858
}

0 commit comments

Comments
 (0)