share_api
share_api copied to clipboard
Flutter Share API. Flutter Plugin for sharing contents to social media.
Update path provider library Migrate to AndroidX
Readme has X on instagram share to story, but i see ios code. What is status of this feature?
I cloned this repository and tried to run the example but got this error: I/flutter (17961): PlatformException(error, Unsupported value: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.facebook.stories.ADD_TO_STORY dat=content://com.albertalrisa.flutter.plugins.shareapiexample.com.albertalrisa.share_api/images/backgroundAsset.jpg typ=image/*...
This library needs to be migrated to AndroidX, because it prevents from using plugins that are already migrated.
I try to compile and run with the default "hello_world" app of Flutter, but with this library imported. I got the next error while compiling: ``` * Error running Gradle:...
please, can you update path_provider dependency? as the library requires v0.4.1, but the latest is 1.4.4
Hi, Im very happy to find your library! I look for something like that in flutter for few days. I saw in your Readme that this library does not support...
Migrate plugin to AndroidX Fixes #6 #7
Updated minimum Flutter SDK version Updated `path_provider` and `path` dependencies Updated `CHANGELOG.md`, ready for `v0.0.7` release Updated `README.md` to reflect older changes (iOS implementation)
FAILURE: Build failed with an exception. * What went wrong: The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.0 and higher. The following dependencies do not satisfy the...