parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
575 stars 189 forks source link

Why do you never update your packages? This is getting ridiculous. #1017

Open sgehrman opened 4 hours ago

sgehrman commented 4 hours ago

Never had so much trouble from any other Flutter package. This is I think my 8th time I've had this problem.

It's not difficult people!

Because every version of shared_ui from path depends on parse_server_sdk_flutter ^9.0.0 which depends on package_info_plus ^5.0.1, every version of shared_ui from path requires package_info_plus ^5.0.1. So, because deckr depends on both package_info_plus ^8.1.0 and shared_ui from path, version solving failed.

parse-github-assistant[bot] commented 4 hours ago

Thanks for opening this issue!