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
151 stars 146 forks source link

The Gradle failure #10

Closed lesiaki closed 4 years ago

lesiaki commented 4 years ago

The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. See https://goo.gl/CP92wY for more information on the problem and how to fix it.

lizhuoyuan commented 4 years ago

Already supported androidx

GianlucaCesari commented 4 years ago

/hosted/pub.dartlang.org/flutter_share_me-0.4.0/android/src/main/java/zhuoyuan/li/fluttershareme/util/FileUtil.java:12: error: package androidx.core.content does not exist import androidx.core.content.FileProvider; ^

This is the error it fires on version ^0.4.0

lizhuoyuan commented 4 years ago

Is there any introduction to androidx?

VickySalunkhe commented 4 years ago

Hi @lizhuoyuan

The issue is still present I am using flutter_share_me 0.5.0

this is the output I am getting

BUILD FAILED in 1m 16s


The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app. See https://goo.gl/CP92wY for more information on the problem and how to fix it.


VickySalunkhe commented 4 years ago

Is there any introduction to androidx?

Hi @lizhuoyuan you can find the documentation related to androidX here. https://goo.gl/CP92wY

ftognetto commented 4 years ago

Hello, is this has been resolved? I have this problem too with 0.6.0

Padmapalita commented 4 years ago

I had this same problem, also previously had upgraded to android x https://stackoverflow.com/a/57548381/8370475 worked for me

This problem was resolved by adding the colours in the android/app/src/res/values/colors.xml

#3C5A99
<color name="com_facebook_button_background_color_focused">#3C5A99</color>
<color name="com_facebook_button_border_color_focused">#3C5A99</color>