OpenFlutter / flutter_share_me

Flutter Plugin for sharing contents to social media. You can use it share to Facebook , WhatsApp , Twitter And System Share UI. Support Url and Text.
https://github.com/lizhuoyuan
Apache License 2.0
150 stars 145 forks source link

AndroidX error after installing flutter_facebook_login #24

Open FriendlyNeighbor opened 4 years ago

FriendlyNeighbor commented 4 years ago

I tried both versions:

I can't build my project. it says:


error: package androidx.core.content does not exist
import androidx.core.content.FileProvider;

flutter_share_me: ^0.8.0

lizhuoyuan commented 4 years ago

please use androidx

FriendlyNeighbor commented 4 years ago

I said I tried them both.

I used 1.2.0 -> ERROR

then changed the version to 2.0.0 -> ERROR