chore: Update share_plus
This commit is contained in:
parent
8e905ab2c3
commit
aa7ae27d5e
5 changed files with 6 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ class MessageDownloadContent extends StatelessWidget {
|
|||
? IconButton(
|
||||
onPressed: () => event.shareFile(context),
|
||||
tooltip: L10n.of(context)!.share,
|
||||
icon: const Icon(Icons.share),
|
||||
icon: Icon(Icons.adaptive.share_outlined),
|
||||
)
|
||||
: null,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(Icons.share_outlined),
|
||||
Icon(Icons.adaptive.share_outlined),
|
||||
const SizedBox(width: 12),
|
||||
Text(L10n.of(context)!.inviteContact),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ class ImageViewerView extends StatelessWidget {
|
|||
onPressed: controller.shareFileAction,
|
||||
tooltip: L10n.of(context)!.share,
|
||||
color: Colors.white,
|
||||
icon: const Icon(Icons.share),
|
||||
icon: Icon(Icons.adaptive.share_outlined),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue