giandifra / simple_share

A Flutter plugin for share image, video or file
MIT License
18 stars 15 forks source link

Update it to a newer path_provider #10

Open rignaneseleo opened 4 years ago

rignaneseleo commented 4 years ago

I'm getting the error:

Because ** depends on simple_share ^0.0.1+4 which depends on path_provider ^0.4.1, path_provider ^0.4.1 is required.
So, because ** depends on path_provider ^1.2.0, version solving failed.
pub get failed (1)

Can you please update the dependencies version?

eug48 commented 4 years ago

The current version of this project doesn't seem to even be using path_provider, so I think it can be removed

ahmetveysels commented 4 years ago

did you solve the problem?

Nico04 commented 4 years ago

Any news on this ?

Nico04 commented 4 years ago

Meanwhile I used the package share_it

rignaneseleo commented 4 years ago

Using share_it as well...