Parse-SDK-Flutter
Parse-SDK-Flutter copied to clipboard
Old version of connectivity_plus package
Can you update the connectivity_plus package you used in your package?
Thanks for opening this issue!
- ❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.
The package is in the process of being updated and will be released in the next few days.
Please test and get back if it's ok.
In pubspec.yaml, make the changes below.
#parse_server_sdk_flutter: ^3.1.0
parse_server_sdk_flutter:
git:
url: https://github.com/RodrigoSMarques/Parse-SDK-Flutter.git
ref: development
path: packages/flutter
[Note that 3rd party forks of Parse Platform repositories are not reviewed by the Parse Community and may potentially contain changes in performance, quality and security. Use at your own risk.]
Is it safe to use a dependency_override like this one?
dependency_overrides:
connectivity_plus: ^2.3.0
The problem seems to be solved
Solved via https://github.com/parse-community/Parse-SDK-Flutter/pull/738