Parse-SDK-Flutter icon indicating copy to clipboard operation
Parse-SDK-Flutter copied to clipboard

Old version of connectivity_plus package

Open endmr11 opened this issue 3 years ago • 3 comments

Can you update the connectivity_plus package you used in your package?

endmr11 avatar Apr 28 '22 07:04 endmr11

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.]

RodrigoSMarques avatar Apr 28 '22 13:04 RodrigoSMarques

Is it safe to use a dependency_override like this one?

dependency_overrides:
  connectivity_plus: ^2.3.0

gadgetreviews avatar May 24 '22 08:05 gadgetreviews

The problem seems to be solved

mbfakourii avatar Dec 18 '22 12:12 mbfakourii

Solved via https://github.com/parse-community/Parse-SDK-Flutter/pull/738

mtrezza avatar Dec 18 '22 20:12 mtrezza