Skip to content

Releases: parse-community/Parse-SDK-Flutter

dart-4.0.1

20 Mar 22:20

Choose a tag to compare

4.0.1 (2023-03-20)

Bug Fixes

  • Unhandled exception when saving a ParseObject but its nested object fails to save (#858)

flutter-4.0.0

19 Mar 14:00
8d17772

Choose a tag to compare

4.0.0 (2023-03-19)

BREAKING CHANGES

  • 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)

dart-4.0.0

07 Mar 15:43
8fefc85

Choose a tag to compare

4.0.0 (2023-03-07)

BREAKING CHANGES

  • Upgrades to dio 5.x (#824)

Feature

  • Upgrade various dependencies and fix warnings (#824)

dart-3.1.15

27 Feb 23:34
a19ea87

Choose a tag to compare

3.1.15 (2023-02-28)

Bug Fixes

  • Updating and deleting a ParseObject sends requests even if object ID is null (#829)

dart-3.1.14

26 Feb 12:25
2542178

Choose a tag to compare

3.1.14 (2023-02-26)

Bug Fixes

  • Dio error object holds a reference to null values (#774)

dart-3.1.13

15 Feb 11:05
b07ce8c

Choose a tag to compare

3.1.13 (2023-02-15)

Bug Fixes

  • ParseUser.save fails when user is logged in (#819)

dart-3.1.12

01 Feb 18:02
664689c

Choose a tag to compare

3.1.12 (2023-02-01)

Bug Fixes

  • ParseObject.fromJson does not send proper payload to server (#688)

dart-3.1.11

21 Jan 22:37
2afa2ad

Choose a tag to compare

3.1.11 (2023-01-21)

Features

  • Add query constraint wherePolygonContains to determine whether a point in within a polygon (#777)

dart-3.1.10

16 Jan 11:31
7f24fb2

Choose a tag to compare

3.1.10 (2023-01-16)

Bug Fixes

  • Time zone data not set in ParseInstallation (#96)

dart-3.1.9

24 Dec 23:30
5f84a8b

Choose a tag to compare

3.1.9 (2022-12-25)

Bug Fixes

  • Include option in getObject feature is not working (#813)