parse_server_sdk 3.1.15 copy "parse_server_sdk: ^3.1.15" to clipboard
parse_server_sdk: ^3.1.15 copied to clipboard

Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)

3.1.15 (2023-02-28) #

Bug Fixes #

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

3.1.14 (2023-02-26) #

Bug Fixes #

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

3.1.13 (2023-02-15) #

Bug Fixes #

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

3.1.12 (2023-02-01) #

Bug Fixes #

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

3.1.11 (2023-01-21) #

Features #

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

3.1.10 (2023-01-16) #

Bug Fixes #

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

3.1.9 (2022-12-25) #

Bug Fixes #

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

3.1.8 (2022-12-23) #

Features #

  • Add ParseObject.toJson() to create a JSON representation (#616)

3.1.7 (2022-12-22) #

Features #

  • Add include option to getObject and fetch (#798)

3.1.6 (2022-12-21) #

Bug Fixes #

  • Add and, nor operators in QueryBuilder (#795)

3.1.5 (2022-12-16) #

Bug Fixes #

  • Add upload / download cancel and progress callback for ParseFile (#807)

3.1.4 (2022-12-14) #

Bug Fixes #

  • SDK crashes due to missing error code property in ParseNetworkResponse.data (#799)

3.1.3 (2022-11-15) #

Bug Fixes #

  • Custom JSON encoder for List and Map doesn't work correctly in full mode (#788)

3.1.2 (2022-07-09) #

Bug Fixes #

  • unhandled exception in ParseRelation, type ParseObject is not a subtype of type (#696)
  • error in progress callback (#679)
  • incorrect return type when calling first() (#661)
  • error in ParseLiveListWidget when enabling lazyloading (#653)
  • unexpected null value after call user.logout() (#770)

3.1.1 (2022-05-30) #

Refactors #

  • fix analyzer code style warnings (#733)

3.1.0 (2021-06-28) #

Bug Fixes #

  • General improvements
  • Updated dependencies

3.0.0 (2021-04-14) #

Bug Fixes #

  • Stable null safety release

2.1.0 (2021-02-18) #

BREAKING CHANGES #

  • Changed to HTTP method POST for login
  • Change in progress callback for file upload

Features #

  • Option to use ParseHTTPClient (default) or ParseDioClient (slow on Flutter Web)
  • Added method excludeKeys to exclude specific fields from the returned query

Bug Fixes #

  • General improvements
  • Updated dependencies

2.0.1 (2020-10-24) #

Bug Fixes #

  • Fixed network exceptions (#482)

2.0.0 (2020-10-13) #

BREAKING CHANGES #

  • From this release onwards the previous repository has been separated into a pure dart (parse_server_sdk) and a flutter package (parse_server_sdk_flutter). This was done in order to provide a dart package for the parse-server, while keeping maintenance simple. You can find both packages in the package directory. If you are using flutter you should migrate using this guide.

Features #

  • Added full web support
  • Moved ParseHTTPClient to Dio #459

Bug Fixes #

  • General improvements

1.0.28 #

1.0.28 was renamed to 2.0.0

1.0.27 #

User login / signUp / loginAnonymous delete SessionId stored in device before calling server

1.0.26 #

LiveList Bug fixes Sembast update

1.0.25 #

Update dependencies

1.0.24 #

Fixed lint

1.0.23 #

Fixed LiveQuery Bug fixes

1.0.22 #

Added dirty children Added option of sembast or share_preferences

1.0.21 #

LiveQuery fix Logout fix

1.0.20 #

ACL now working emailVerified

1.0.19 #

Bug fix

1.0.18 #

Bug fix

1.0.17 #

LiveQuery fix Bug fixes

1.0.16 #

Bug fixes Fixed object delete Added port support

1.0.15 #

Fixed 'full' bool issue

1.0.14 #

Corrected delete & path issue Added Geo queries Added ability to add login oAuth data

1.0.13 #

Added full bool to convert objects to JSON correctly

1.0.12 #

Fixed logout

1.0.11 #

ParseFile fixed Anonymous login SecurityContext CloudFunctions with objects

1.0.10 #

Add ParseConfig. Fixed whereEqualsTo('', PARSEOBJECT) and other queries

1.0.9 #

Fixed Health Check issue

1.0.8 #

Fixed some queries

1.0.7 #

Some items now return a response rather than a ParseObject

1.0.6 #

BREAK FIX - Fixed ParseUser return type so now returns ParseResponse BREAK FIX - Changed query names to make more human readable Fixed pinning and unpinning

1.0.5 #

Corrected save. Now formatted items correctly for saving on server

1.0.4 #

Bug fix for get all items Can now pin/unpin/fromPin for all ParseObjects Now supports generics Cody tidy around extending

1.0.3 #

Added persistent storage. When a logged in user closes the app, then reopens, the data will now be persistent. Best practice would be to Parse.init, then Parse.currentUser. This will return the current user session and allow auto login. Can also pin data in storage.

1.0.2 #

Fixed login

1.0.1 #

Added documentation and GeoPoints

1.0.0 #

First full release!

0.0.4 #

Added description

0.0.3 #

Added more cloud functions

141
likes
110
pub points
87%
popularity

Publisher

verified publisherparseplatform.org

Dart plugin for Parse Server, (https://parseplatform.org), (https://back4app.com)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

dio, http, meta, mime_type, path, sembast, sembast_web, timezone, uuid, web_socket_channel, xxtea

More

Packages that depend on parse_server_sdk