Skip to content

Releases: parse-community/Parse-SDK-Flutter

dart-6.1.0

16 Oct 20:14
21ce56f
Compare
Choose a tag to compare

6.1.0 (2023-10-17)

Features

  • Add context in ParseObject (#970)

dart-6.0.0

16 Oct 20:05
088bfbc
Compare
Choose a tag to compare

6.0.0 (2023-10-16)

BREAKING CHANGES

  • This release removes support for Dart 2.18 (#969)

Features

  • Add support for Dart 3.1, remove support for Dart 2.18 (#969)

flutter-6.0.0

06 Aug 20:15
a2fb099
Compare
Choose a tag to compare

6.0.0 (2023-08-06)

BREAKING CHANGES

  • The push notification library flutter_local_notifications is replaced with the new push notification interface ParseNotification (#949)

Features

  • Add new new push notification interface ParseNotification for managing push notifications (#949)

dart-5.1.3

18 Jul 15:06
aefc84e
Compare
Choose a tag to compare

5.1.3 (2023-07-18)

Bug Fixes

  • Malformed JSON in whereMatchesQuery (#955)

flutter-5.1.2

10 Jul 23:41
c9d64cb
Compare
Choose a tag to compare

5.1.2 (2023-07-11)

Bug Fixes

  • Building web app fails because dbDirectory does not exist in core_store_directory_web (#948)

flutter-5.1.1

28 Jun 19:02
ac682f2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

5.1.1 (2023-05-20)

Bug Fixes

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