share_specified_app

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

share specified app

A Flutter plugin for sharing file to specified app.
Example #
final _shareSpecifiedAppPlugin = ShareSpecifiedApp();

_shareSpecifiedAppPlugin.shareFile(
path: filePath, // provide local file path
packageName: "com.tencent.mobileqq", // share file to qq
whenNotFoundApp: () {
ScaffoldMessenger.of(context)
.showSnackBar(const SnackBar(content: Text('Not found app.')));
});
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator