mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-24 02:54:13 +01:00
Merge branch 'krille/update-share-plus' into 'main'
chore: Update share_plus See merge request famedly/fluffychat!900
This commit is contained in:
commit
4ed1e65127
@ -47,7 +47,7 @@ class MessageDownloadContent extends StatelessWidget {
|
|||||||
? IconButton(
|
? IconButton(
|
||||||
onPressed: () => event.shareFile(context),
|
onPressed: () => event.shareFile(context),
|
||||||
tooltip: L10n.of(context)!.share,
|
tooltip: L10n.of(context)!.share,
|
||||||
icon: const Icon(Icons.share),
|
icon: Icon(Icons.adaptive.share_outlined),
|
||||||
)
|
)
|
||||||
: null,
|
: null,
|
||||||
),
|
),
|
||||||
|
@ -137,7 +137,7 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
|
|||||||
child: Row(
|
child: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
const Icon(Icons.share_outlined),
|
Icon(Icons.adaptive.share_outlined),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
Text(L10n.of(context)!.inviteContact),
|
Text(L10n.of(context)!.inviteContact),
|
||||||
],
|
],
|
||||||
|
@ -44,7 +44,7 @@ class ImageViewerView extends StatelessWidget {
|
|||||||
onPressed: controller.shareFileAction,
|
onPressed: controller.shareFileAction,
|
||||||
tooltip: L10n.of(context)!.share,
|
tooltip: L10n.of(context)!.share,
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
icon: const Icon(Icons.share),
|
icon: Icon(Icons.adaptive.share_outlined),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
@ -1054,7 +1054,7 @@ packages:
|
|||||||
name: mime
|
name: mime
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.1"
|
version: "1.0.2"
|
||||||
move_to_background:
|
move_to_background:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -1457,7 +1457,7 @@ packages:
|
|||||||
name: share_plus
|
name: share_plus
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.4"
|
version: "4.0.6"
|
||||||
share_plus_linux:
|
share_plus_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -75,7 +75,7 @@ dependencies:
|
|||||||
salomon_bottom_bar: ^3.2.0
|
salomon_bottom_bar: ^3.2.0
|
||||||
scroll_to_index: ^2.1.1
|
scroll_to_index: ^2.1.1
|
||||||
sentry: ^6.3.0
|
sentry: ^6.3.0
|
||||||
share_plus: ^4.0.4
|
share_plus: ^4.0.6
|
||||||
shared_preferences: ^2.0.13
|
shared_preferences: ^2.0.13
|
||||||
slugify: ^2.0.0
|
slugify: ^2.0.0
|
||||||
snapping_sheet: ^3.1.0
|
snapping_sheet: ^3.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user