Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mp_chart depends on path_provider ^1.1.0 and {my project} depends on path_provider 2.0.0 #163

Open
Juniorlpes opened this issue Mar 25, 2021 · 2 comments

Comments

@Juniorlpes
Copy link

I updated my flutter version to 2.0.3 and I am updating the project packages. I think this problem is because this plugin was not migrated to null safety

Because every version of mp_chart depends on path_provider ^1.1.0 and {my project} depends on path_provider 2.0.0, mp_chart is forbidden. So, because {my project} depends on mp_chart 0.3.1, version solving failed.

@yuva-dev
Copy link

yuva-dev commented Apr 3, 2021

Why is this issue closed ? I am facing the same problem ! What is the solution for this issue.

@Juniorlpes
Copy link
Author

Juniorlpes commented Apr 5, 2021

Why is this issue closed ? I am facing the same problem ! What is the solution for this issue.

Hi man, I forked this project and updated a few things. Maybe I will open a PR.

You can use my fork in your pubspac.yaml as long as the plugin has this error.

dependencies: mp_chart: git: url: git://github.com/Juniorlpes/MPFlutterChart.git path: mp_chart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants