Skip to content

Releases: parse-community/Parse-SDK-Flutter

flutter-5.1.1

28 Jun 19:02
ac682f2

Choose a tag to compare

5.1.1 (2023-06-28)

Bug Fixes

  • Push notifications in iOS not working; this changes the dependency in ParseNotification from awesome_notifications to flutter_local_notifications (#940)

dart-5.1.2

29 May 10:34
63fb586

Choose a tag to compare

5.1.2 (2023-05-29)

Bug Fixes

  • Incorrect results when ParseQuery contains special characters (#866)

flutter-5.1.0

22 May 20:13
a836d8e

Choose a tag to compare

5.1.0 (2023-05-22)

Features

  • Add support for push notifications via ParsePush, ParseNotification (#914)

flutter-5.0.1

20 May 16:26
f8942ac

Choose a tag to compare

5.0.1 (2023-05-20)

Bug Fixes

  • Attributes reverse, padding, physics, controller, scrollDirection, shrinkWrap not implemented in ParseLiveGridWidget (#761)

dart-5.1.1

20 May 16:01
2bd71f9

Choose a tag to compare

5.1.1 (2023-05-20)

Bug Fixes

  • Query conditions inQuery and notInQuery not working properly (#869)

flutter-5.0.0

17 May 16:38
c59ab63

Choose a tag to compare

5.0.0 (2023-05-14)

BREAKING CHANGES

  • The minimum required Dart SDK version is 2.18.0. (#867)
  • Upgrades the dependency parse_server_sdk to 5.x.x. (#868)
  • The deprecated parameter vsync from AnimatedSize is removed. (#864)

Features

  • Upgrade parse_server_sdk to 5.x.x (#868)

Bug Fixes

  • Incorrect Dart and Flutter SDKs compatibility range (#867)
  • Remove deprecated parameter vsync from AnimatedSize (#864)

dart-5.1.0

14 May 00:37
8dce6fc

Choose a tag to compare

5.1.0 (2023-05-14)

Features

  • Downgrade collection dependency to ^1.16.0 for compatibility with Flutter >=3.3 (#880)

dart-5.0.0

13 May 21:55
72b11a1

Choose a tag to compare

5.0.0 (2023-05-14)

BREAKING CHANGES

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

dart-4.0.2

23 Mar 18:14
04f763c

Choose a tag to compare

4.0.2 (2023-03-23)

Bug Fixes

  • Attempt to save ParseObject even if its nested ParseObject failed to save (#859)

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)