flutter_share icon indicating copy to clipboard operation
flutter_share copied to clipboard

A Flutter plugin for IOS and Android providing a simple way to share a message, link or local files.

Results 27 flutter_share issues
Sort by recently updated
recently updated
newest added

quiero reportar un error para quienes usan la version de gradle 8.1.3 el problema es que falta la linea del namespace dato: ACTUALICEN PARA QUE PERMITA INCORPORAR A VERSIONES QUE...

When I share the file via email, the file is sent along with the title and text. But when I share it on WhatsApp the file is not sent and...

I'm using the package up to date but I'm getting this warning, there's no problem with my app working but I just wanted to let you know. ``` ......\Pub\Cache\hosted\pub.dev\flutter_share-2.0.0\android\src\main\java\com\example\fluttershare\FlutterSharePlugin.java uses...

I made a nw file in src/res/xml/provider_paths.xml with the following content The application works in iOS simulator both post error in android simulator ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: Couldn't find meta-data for...

[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method share on channel flutter_share)

IOS whatsapp image share not working but android working well

Sharing using FlutterShare.shareFile gives an error popup, when I select instagram post, story or message. Only occurs on iOS

PlatformException(Failed to find configured root that contains /file:/storage/emulated/0/project/1590844068701.png, null, null) I'm facing this exception while sharing image file. I had added path provider code in AndroidMinifest.xml file, make new file...

I tried to use flutter_share to share an image with description as a LinkedIn Post, but the image won't be attached in the post. Facebook for example works perfectly. What...

Hi, I use the shareFiles method in a very simple example: ``` final tempDir = await getTemporaryDirectory(); final Uint8List fileContent = final targetPath = "${tempDir.path}${"/$fileNameForFile${h4uFileType.fileExtension}"}"; File(targetPath).writeAsBytesSync(fileContent); await Share.shareFiles([targetPath], text: text,...