We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44865d commit cae1cbcCopy full SHA for cae1cbc
lib/components/privatepostcardwidget.dart
@@ -52,7 +52,7 @@ class _PrivatePostCardState extends State<PrivatePostCard> {
52
Uint8List bytes = await consolidateHttpClientResponseBytes(response);
53
await Share.file('InstaClone ${widget.profilename}',
54
'instaclone_post_${widget.profilename}.jpg', bytes, 'image/jpg',
55
- text: 'Check out ${widget.profilename}\'s post on Instaclone');
+ text: 'Check out ${widget.profilename}\'s post on Instaclone.\n\nYou can also join by installing the app from bit.ly/instaclone1');
56
} catch (e) {
57
print('error: $e');
58
}
0 commit comments