Releases: parse-community/Parse-SDK-Flutter
Releases · parse-community/Parse-SDK-Flutter
dart-6.1.0
6.1.0 (2023-10-17)
Features
- Add
context
in ParseObject
(#970)
dart-6.0.0
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
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
5.1.3 (2023-07-18)
Bug Fixes
- Malformed JSON in
whereMatchesQuery
(#955)
flutter-5.1.2
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
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
5.1.2 (2023-05-29)
Bug Fixes
- Incorrect results when
ParseQuery
contains special characters (#866)
flutter-5.1.0
5.1.0 (2023-05-22)
Features
- Add support for push notifications via
ParsePush
, ParseNotification
(#914)
flutter-5.0.1
5.0.1 (2023-05-20)
Bug Fixes
- Attributes
reverse
, padding
, physics
, controller
, scrollDirection
, shrinkWrap
not implemented in ParseLiveGridWidget
(#761)
dart-5.1.1
5.1.1 (2023-05-20)
Bug Fixes
- Query conditions
inQuery
and notInQuery
not working properly (#869)