parse-community / Parse-SDK-Flutter

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

Upgrading package_info_plus dependency #1020

Open beedrill opened 1 day ago

beedrill commented 1 day ago

New Feature / Enhancement Checklist

Current Limitation

The package_info_plus dependency is still on 5.x.x while the latest is 8.x.x. This has become a issue for maintaining the dependency on the app since right now, more and more packages' latest version doesn't support 5.x.x anymore.

Feature / Enhancement Description

Upgrade the dependency to latest.

Example Use Case

Make it compatible with other packages.

Alternatives / Workarounds

I have override the version number right now and to bypass, but I would be appreciated if it can be upgraded

parse-github-assistant[bot] commented 1 day ago

Thanks for opening this issue!