ankushmishra2903-official / whatsapp_share2

MIT License
3 stars 21 forks source link

Unable to share file with this package #12

Open sunny1235 opened 1 year ago

sunny1235 commented 1 year ago

I/flutter (26423): PATH :: /data/user/0/com.example.voters/cache/img.jpg E/ (26423): FlutterShare: Error I/flutter (26423): ERROR :: PlatformException(Failed to find configured root that contains /data/data/com.example.voters/cache/img.jpg, null, null, null)

rahul-yr commented 1 year ago

I/flutter (26423): PATH :: /data/user/0/com.example.voters/cache/img.jpg E/ (26423): FlutterShare: Error I/flutter (26423): ERROR :: PlatformException(Failed to find configured root that contains /data/data/com.example.voters/cache/img.jpg, null, null, null)

Add cache paths File provider to your android xml file such as below.

  <cache-path name="cache" path="." />
ShubhamDalal commented 8 months ago

Hi @rahul-yr I'm getting below error.

FlutterShare: Error
Unhandled Exception: PlatformException(Failed to find configured root that contains /assets/images/splash_rajeeee.png, null, null, null)