chore: Update share_plus

This commit is contained in:
Christian Pauly 2022-06-04 13:42:33 +02:00
parent e6b58a734b
commit 4a6529dca2
5 changed files with 6 additions and 6 deletions

View File

@ -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,
),

View File

@ -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),
],

View File

@ -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),
)
],
),

View File

@ -1054,7 +1054,7 @@ packages:
name: mime
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "1.0.2"
move_to_background:
dependency: transitive
description:
@ -1457,7 +1457,7 @@ packages:
name: share_plus
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.4"
version: "4.0.6"
share_plus_linux:
dependency: transitive
description:

View File

@ -75,7 +75,7 @@ dependencies:
salomon_bottom_bar: ^3.2.0
scroll_to_index: ^2.1.1
sentry: ^6.3.0
share_plus: ^4.0.4
share_plus: ^4.0.6
shared_preferences: ^2.0.13
slugify: ^2.0.0
snapping_sheet: ^3.1.0