You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The minimum required Dart SDK version is 2.18.0. (#867)
Performing an atomic update on a key of a Parse Object now returns the prospective value, instead of a map of the operation that will be sent to the server; for example for a Parse Object obj with a key count, the atomic update obj.setIncrement('count', 1); previously returned the value {__op: Increment, amount: 1} but now returns the prospective result of the operation, which would be 1 if the key's previous value was 0. (#860)
Bug Fixes
Incorrect Dart and Flutter SDKs compatibility range (#867)
Setting atomic operation on Parse Object returns operation instead of prospective value (#860)
The source file name of the Flutter package has changed; to import the Flutter package use parse_server_sdk_flutter.dart instead of parse_server_sdk.dart (#846)
Dependencies are upgraded to parse_server_sdk 4.x, dio 5.x, connectivity_plus 3.x and package_info_plus 3.x (#844)
Features
Rename Flutter package source file to parse_server_sdk_flutter.dart (#846)
Upgrade various dependencies and fix warnings in Flutter package (#844)