mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
chore: Update share_plus
This commit is contained in:
parent
e6b58a734b
commit
4a6529dca2
@ -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),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user