Skip to content

Commit 114b1c0

Browse files
committed
chore(deps): update dependencies
Note that `jni` upgraded to 0.14.2
1 parent 8ec39f1 commit 114b1c0

File tree

3 files changed

+125
-155
lines changed

3 files changed

+125
-155
lines changed

lib/widgets/copy_content_dialog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class _CopySelectContentDialog extends StatelessWidget {
185185
TextButton(
186186
child: Text(tr.share),
187187
onPressed: () async {
188-
await Share.share(data);
188+
await SharePlus.instance.share(ShareParams(text: data));
189189
if (!context.mounted) {
190190
return;
191191
}

0 commit comments

Comments
 (0)